mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 12:08:46 -05:00
Fixing The Docker Tag
This commit is contained in:
parent
2aaf7d8cdb
commit
faf9b88fea
1 changed files with 1 additions and 7 deletions
|
|
@ -18,12 +18,6 @@ jobs:
|
|||
- name: Install docker
|
||||
shell: /bin/ash -e {0}
|
||||
run: apk add --update docker git
|
||||
- name: DEBUGGING!
|
||||
shell: /bin/ash -e {0}
|
||||
run: echo $DOCKER_HOST
|
||||
# - name: Start docker
|
||||
# shell: /bin/ash -e {0}
|
||||
# run: /sbin/service docker start
|
||||
# - name: Print Some Debugging Info
|
||||
# shell: /bin/ash -e {0}
|
||||
# run: echo ${{ github.repository }}
|
||||
|
|
@ -41,4 +35,4 @@ jobs:
|
|||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: ${{ github.server_url }}/${{ github.repository }}/${{ github.run_number }}
|
||||
tags: forgejo.merr.is/${{ github.repository }}:${{ github.run_number }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue