Skip to content

Commit f6ce7e4

Browse files
authored
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) (#1009)
1 parent 6c905ec commit f6ce7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@master
1212
- name: Publish to Registry
13-
uses: elgohr/Publish-Docker-Github-Action@master
13+
uses: elgohr/Publish-Docker-Github-Action@v5
1414
with:
1515
name: algorithm-archivists/aaa-langs
1616
username: ${{ github.actor }}

0 commit comments

Comments
 (0)