We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b69075 commit f50468eCopy full SHA for f50468e
.github/workflows/docker-cd.yml
@@ -65,7 +65,7 @@ jobs:
65
# https://github.com/docker/build-push-action
66
- name: Build and push
67
id: docker_build
68
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
69
with:
70
context: .
71
file: ./docker/${{ matrix.docker-file }}
.github/workflows/docker-testImage.yml
@@ -63,7 +63,7 @@ jobs:
63
64
0 commit comments