We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46299fa commit 9a361f9Copy full SHA for 9a361f9
.github/workflows/docker-image.yml
@@ -8,9 +8,9 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6.0.1
12
- name: Public to Registry
13
- uses: elgohr/Publish-Docker-Github-Action@v4
+ uses: elgohr/Publish-Docker-Github-Action@v5
14
with:
15
name: ethancedwards8/ethancedwards-api
16
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments