Skip to content

Commit b4bbee0

Browse files
authored
Ubuntu 22 release pipeline image (#7)
* release tasks * moving back to Ubuntu22 runner
1 parent 4114bdc commit b4bbee0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
build:
2222

23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
permissions:
2525
contents: read
2626
packages: write
@@ -81,7 +81,7 @@ jobs:
8181
# https://github.com/docker/build-push-action
8282
- name: Build and push Docker image
8383
id: build-and-push
84-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
84+
uses: docker/build-push-action@v6
8585
with:
8686
context: .
8787
push: true

0 commit comments

Comments
 (0)