Skip to content

Commit 9a361f9

Browse files
gha docker update
1 parent 46299fa commit 9a361f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v6.0.1
1212
- name: Public to Registry
13-
uses: elgohr/Publish-Docker-Github-Action@v4
13+
uses: elgohr/Publish-Docker-Github-Action@v5
1414
with:
1515
name: ethancedwards8/ethancedwards-api
1616
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)