Skip to content

Commit 67cc6fc

Browse files
chore(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cce977 commit 67cc6fc

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)