mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
latest tag
This commit is contained in:
parent
e97e13d758
commit
2cb04ed06e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Package
|
- name: Package
|
||||||
uses: actions/docker/cli@master
|
uses: actions/docker/cli@master
|
||||||
with:
|
with:
|
||||||
args: build -t ${{ github.repository }}:${{ github.sha }} .
|
args: build -t ${{ github.repository }}:latest -t ${{ github.repository }}:${{ github.sha }} .
|
||||||
# https://github.com/actions/docker/tree/master/login
|
# https://github.com/actions/docker/tree/master/login
|
||||||
- name: Publish Auth
|
- name: Publish Auth
|
||||||
uses: actions/docker/login@master
|
uses: actions/docker/login@master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue