We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cce977 + 67cc6fc commit 21dcaf7Copy full SHA for 21dcaf7
1 file changed
.github/workflows/maven-cd.yml
@@ -84,7 +84,7 @@ jobs:
84
run: echo "name=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
85
86
- name: Build and push Docker image to GitHub Container Registry
87
- uses: docker/build-push-action@v7.0.0
+ uses: docker/build-push-action@v7.1.0
88
with:
89
context: .
90
push: true
0 commit comments