We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a3f84 commit e665b7aCopy full SHA for e665b7a
.github/workflows/ci.yml
@@ -136,7 +136,7 @@ jobs:
136
uses: actions/checkout@v4
137
138
- name: Build Docker image
139
- uses: docker/build-push-action@v6.14.0
+ uses: docker/build-push-action@v6.15.0
140
env:
141
DOCKER_BUILD_SUMMARY: false
142
DOCKER_BUILD_RECORD_UPLOAD: false
.github/workflows/deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
password: ${{ secrets.DOCKERHUB_PASSWORD }}
63
64
65
66
67
68
0 commit comments