diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21b3e5f..d31f1b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Push to Quay - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: file: ./Dockerfile pull: true @@ -108,7 +108,7 @@ jobs: VERSION: ${{ steps.get_version.outputs.VERSION }} - name: Push nossl to Quay - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: file: ./Dockerfile_nossl pull: true