Skip to content

Commit 79eb5c0

Browse files
chore(deps): bump docker/build-push-action from 3.1.1 to 3.2.0 (#582)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 164b023 commit 79eb5c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
uses: actions/[email protected]
1717

1818
- name: Build the container image
19-
uses: docker/build-push-action@v3.1.1
19+
uses: docker/build-push-action@v3.2.0
2020
with:
2121
repository: depviz
2222

2323
- name: Push to GitHub Packages
24-
uses: docker/build-push-action@v3.1.1
24+
uses: docker/build-push-action@v3.2.0
2525
if: github.event_name == 'release' || github.event_name == 'push'
2626
with:
2727
username: ${{ github.actor }}
@@ -52,7 +52,7 @@ jobs:
5252
if: |
5353
(github.event_name == 'release' || github.event_name == 'push') &&
5454
contains(steps.check_dockerhub_credentials.outputs.missingsecrets, 'no')
55-
uses: docker/build-push-action@v3.1.1
55+
uses: docker/build-push-action@v3.2.0
5656
with:
5757
username: ${{ secrets.DOCKER_USERNAME }}
5858
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)