We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6500229 + f912ebd commit 6cda0a1Copy full SHA for 6cda0a1
.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