Skip to content

Commit

Permalink
docs: update workflow step name
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jul 11, 2024
1 parent cdadbef commit cb70870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: "Push image attached to commit id to docker.io"
- name: "Push image attached to commit id to ghcr.io"
if: github.ref == 'refs/heads/main' && github.repository == 'georchestra/georchestra-gateway'
run: |
docker tag georchestra/gateway:latest ghcr.io/georchestra/georchestra-gateway/gateway:commit-${{ github.sha }}
Expand Down

0 comments on commit cb70870

Please sign in to comment.