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.
2 parents 55351da + b19e9aa commit e2d5e28Copy full SHA for e2d5e28
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
- name: Push Docker Image
65
if: ${{ success() }}
66
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
67
with:
68
context: .
69
file: ./Dockerfile
0 commit comments