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.
2 parents 8217c09 + f359950 commit 5f00e79Copy full SHA for 5f00e79
.github/workflows/ci-matrix.yml
@@ -51,7 +51,7 @@ jobs:
51
-
52
name: Build and push by digest
53
id: build
54
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
55
with:
56
context: .
57
platforms: ${{ matrix.platform }}
.github/workflows/dockerimage.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# https://github.com/marketplace/actions/build-and-push-docker-images
39
- name: Build the Docker image
40
41
42
43
tags: justdanz/nginx
0 commit comments