We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1735ea2 commit 8af5620Copy full SHA for 8af5620
.github/workflows/cd.yaml
@@ -63,7 +63,7 @@ jobs:
63
username: mjgpluralsh
64
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
65
- name: Build and push
66
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
67
with:
68
context: "."
69
file: "${{ matrix.dockerfile }}"
.github/workflows/ci.yaml
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
0 commit comments