mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 09:58:53 -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
|
- name: Install docker
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: apk add --update docker git
|
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
|
# - name: Print Some Debugging Info
|
||||||
# shell: /bin/ash -e {0}
|
# shell: /bin/ash -e {0}
|
||||||
# run: echo ${{ github.repository }}
|
# run: echo ${{ github.repository }}
|
||||||
|
|
@ -41,4 +35,4 @@ jobs:
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
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