Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 0447572

Browse files
authored
DW-5986-fixed-version-Publish-Docker-Github-Action (#20)
1 parent 5652b6f commit 0447572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: get_version
4949
run: echo RELEASE_VERSION=$(echo ${GITHUB_REF:10}) >> $GITHUB_ENV
5050
- name: Publish to DockerHub
51-
uses: elgohr/Publish-Docker-Github-Action@master
51+
uses: elgohr/Publish-Docker-Github-Action@191af57e15535d28b83589e3b5f0c31e76aa8733 #v3.0.4 hardcoded for security DW-5986, review regularly
5252
with:
5353
name: ${{ env.IMAGE_NAME }}
5454
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)