Skip to content

Commit 7a4e8fe

Browse files
authored
Merge pull request #28 from DODSLeague/dependabot/github_actions/docker/build-push-action-5.1.0
Bump docker/build-push-action from 4.2.0 to 5.1.0
2 parents 16a6ac1 + 7e7805e commit 7a4e8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Pull Latest Linux Base Image
2525
run: docker pull lacledeslan/gamesvr-dods
2626
- name: Build Linux Image
27-
uses: docker/build-push-action@v4.2.0
27+
uses: docker/build-push-action@v5.1.0
2828
with:
2929
context: .
3030
file: ./linux.Dockerfile

0 commit comments

Comments
 (0)