We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4114bdc commit b4bbee0Copy full SHA for b4bbee0
1 file changed
.github/workflows/docker-publish.yml
@@ -20,7 +20,7 @@ env:
20
jobs:
21
build:
22
23
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
24
permissions:
25
contents: read
26
packages: write
@@ -81,7 +81,7 @@ jobs:
81
# https://github.com/docker/build-push-action
82
- name: Build and push Docker image
83
id: build-and-push
84
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
+ uses: docker/build-push-action@v6
85
with:
86
context: .
87
push: true
0 commit comments