mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-02-02 11:48:25 +00:00
CI: (Attempt to) push tag, not unreadable SHA
Might have to retry this one as I'm not sure it's this one or GITHUB_REF, https://docs.github.com/en/actions/learn-github-actions/environment-variables
This commit is contained in:
parent
776f2a846d
commit
ae4a0f05b8
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -36,6 +36,6 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Tag and push Docker image
|
||||
run: |
|
||||
docker tag "nativefier/nativefier:latest" "nativefier/nativefier:${GITHUB_SHA::8}"
|
||||
docker tag "nativefier/nativefier:latest" "nativefier/nativefier:${GITHUB_REF_NAME}"
|
||||
docker push "nativefier/nativefier:latest"
|
||||
docker push "nativefier/nativefier:${GITHUB_SHA::8}"
|
||||
docker push "nativefier/nativefier:${GITHUB_REF_NAME}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user