Skip to content

Commit 0a548c2

Browse files
Bump docker/build-push-action from 5.2.0 to 5.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d860f10 commit 0a548c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-tqci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
images: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:edge
3737

3838
- name: Push it - Latest
39-
uses: docker/build-push-action@v5.2.0
39+
uses: docker/build-push-action@v5.3.0
4040
with:
4141
context: .
4242
file: ./Dockerfile
4343
push: true
4444
tags: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:latest
4545

4646
- name: Push it - Edge
47-
uses: docker/build-push-action@v5.2.0
47+
uses: docker/build-push-action@v5.3.0
4848
with:
4949
context: .
5050
file: ./Dockerfile-edge.dockerfile

0 commit comments

Comments
 (0)