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 c7bcf46 commit db326a6Copy full SHA for db326a6
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Build and push
40
id: docker-build
41
- uses: docker/build-push-action@v5.2.0
+ uses: docker/build-push-action@v5.3.0
42
with:
43
builder: ${{ steps.buildx.outputs.name }}
44
context: .
.github/workflows/release.yml
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
127
128
push: true
129
0 commit comments