Skip to content

Commit 2c48285

Browse files
powerboat9dkm
authored andcommitted
Bump docker/build-push-action to v4
ChangeLog: * .github/workflows/docker.yml: Bump docker/build-push-action from v2 to v4. Signed-off-by: Owen Avery <[email protected]>
1 parent 76add6a commit 2c48285

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
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.DOCKERHUB_TOKEN }}
2828
-
2929
name: Build and push
30-
uses: docker/build-push-action@v2
30+
uses: docker/build-push-action@v4
3131
with:
3232
context: .
3333
push: ${{ github.repository == 'Rust-GCC/gccrs' }}

0 commit comments

Comments
 (0)