Skip to content

Commit 3fb7a4f

Browse files
chore(deps): bump docker/build-push-action from 2.5.0 to 3.1.1 (#561)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 171b424 commit 3fb7a4f

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@v2.5.0
19+
uses: docker/build-push-action@v3.1.1
2020
with:
2121
repository: depviz
2222

2323
- name: Push to GitHub Packages
24-
uses: docker/build-push-action@v2.5.0
24+
uses: docker/build-push-action@v3.1.1
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@v2.5.0
55+
uses: docker/build-push-action@v3.1.1
5656
with:
5757
username: ${{ secrets.DOCKER_USERNAME }}
5858
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)