Skip to content

Commit 98c93ef

Browse files
Bump docker/build-push-action from 5.0.0 to 5.1.0 (#125) [skip ci]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a204c0c commit 98c93ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
username: ${{ secrets.DOCKER_USERNAME }}
9595
password: ${{ secrets.DOCKER_PASSWORD }}
9696
- name: Build image for tests
97-
uses: docker/build-push-action@v5.0.0
97+
uses: docker/build-push-action@v5.1.0
9898
with:
9999
load: true
100100
build-args: |
@@ -128,7 +128,7 @@ jobs:
128128
exit 7
129129
fi
130130
- name: Build and Push Image to quay.io
131-
uses: docker/build-push-action@v5.0.0
131+
uses: docker/build-push-action@v5.1.0
132132
with:
133133
push: ${{github.ref_name == 'master' }}
134134
build-args: |

0 commit comments

Comments
 (0)