Skip to content

Commit e6f16c0

Browse files
Update docker/build-push-action action from vv6 to v7 (#4407)
1 parent 0df8445 commit e6f16c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
sleep 5 # wait for it to die, if not working
6666
docker kill $(docker ps --filter ancestor=test -q)
6767
- name: Build and push to Docker Hub
68-
uses: docker/build-push-action@v6
68+
uses: docker/build-push-action@v7
6969
with:
7070
context: .
7171
file: ./apps/api/Dockerfile

0 commit comments

Comments
 (0)