We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e0ccb commit 02a9abdCopy full SHA for 02a9abd
.github/workflows/main.yml
@@ -76,7 +76,7 @@ jobs:
76
password: ${{ secrets.DOCKER_PASSWORD }}
77
78
- name: Build Image locally
79
- uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
+ uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
80
with:
81
load: true
82
build-args: |
@@ -105,7 +105,7 @@ jobs:
105
fi
106
107
- name: Build and Push to quay.io
108
109
110
push: ${{ github.actor != 'dependabot[bot]' }}
111
0 commit comments