Skip to content

Commit

Permalink
Go again
Browse files Browse the repository at this point in the history
  • Loading branch information
pmantica11 committed Apr 24, 2024
1 parent 4d4c479 commit 56ecfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Extract short SHA
id: shortsha
run: echo "SHORT_SHA=$(echo $GITHUB_SHA | cut -c 1-8)" >> $GITHUB_ENV
run: echo "SHORT_SHA=$(echo $GITHUB_SHA | cut -c 1-8)" >> $GITHUB_ENV

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 56ecfa5

Please sign in to comment.