Skip to content

Commit

Permalink
updated old gh action to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fragolinux committed Sep 18, 2023
1 parent d122e35 commit 834f3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: github.event_name == 'push'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME
Expand Down

0 comments on commit 834f3ab

Please sign in to comment.