Skip to content

Commit 21dcaf7

Browse files
authored
Merge pull request #311 from nanotaboada/dependabot/github_actions/docker/build-push-action-7.1.0
chore(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
2 parents 4cce977 + 67cc6fc commit 21dcaf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: echo "name=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
8585

8686
- name: Build and push Docker image to GitHub Container Registry
87-
uses: docker/build-push-action@v7.0.0
87+
uses: docker/build-push-action@v7.1.0
8888
with:
8989
context: .
9090
push: true

0 commit comments

Comments
 (0)