diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 52005dd..437aec8 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -36,7 +36,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: . file: ./Dockerfile