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 204f46d commit c410637Copy full SHA for c410637
.github/workflows/docker-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
password: ${{ secrets.GITHUB_TOKEN }}
41
42
- name: Build and push (Ubuntu 22.04)
43
- uses: docker/build-push-action@v4.2.1
+ uses: docker/build-push-action@v5.0.0
44
with:
45
context: .
46
file: ./Dockerfile.ubuntu-2204
@@ -84,7 +84,7 @@ jobs:
84
85
86
- name: Build and push (Ubuntu 20.04)
87
88
89
90
file: ./Dockerfile.ubuntu-2004
@@ -124,7 +124,7 @@ jobs:
124
125
126
- name: Build and push (Ubuntu 18.04)
127
128
129
130
file: ./Dockerfile.ubuntu-1804
0 commit comments