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.
1 parent d3d63ac commit d878603Copy full SHA for d878603
.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@v4
+ uses: docker/build-push-action@v5
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