diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ce9b9ad..f233efa 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Build the Docker image - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: push: false tags: phanan/koel:test @@ -55,7 +55,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_PASSWORD }} - name: Build and push the production image - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: push: true tags: phanan/koel:latest,phanan/koel:6.11.0