We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6500229 commit f912ebdCopy full SHA for f912ebd
.github/workflows/pull_request.yml
@@ -56,7 +56,7 @@ jobs:
56
echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
57
58
- name: Build and push
59
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v4
60
with:
61
context: .
62
file: ${{ env.DOCKER_FILE_PATH }}
.github/workflows/push.yml
@@ -62,7 +62,7 @@ jobs:
63
64
65
66
67
68
0 commit comments