diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2078d39..13f6ab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: type=ref,event=tag - name: Build - uses: docker/build-push-action@v2.10.0 + uses: docker/build-push-action@v3.0.0 with: context: . file: ./Dockerfile @@ -144,7 +144,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build and push - uses: docker/build-push-action@v2.10.0 + uses: docker/build-push-action@v3.0.0 if: github.event_name != 'pull_request' with: context: .