mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 13:54:40 -05:00
Tutorials Suggest I Don't Need Any Magic?
This commit is contained in:
parent
fcb3d6717f
commit
75766153c9
1 changed files with 9 additions and 9 deletions
|
|
@ -14,19 +14,19 @@ 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!
|
# - name: DEBUGGING!
|
||||||
shell: /bin/ash -e {0}
|
# shell: /bin/ash -e {0}
|
||||||
run: which service
|
# run: which service
|
||||||
- name: Start docker
|
# - name: Start docker
|
||||||
shell: /bin/ash -e {0}
|
# shell: /bin/ash -e {0}
|
||||||
run: /sbin/service docker start
|
# 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 }}
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
- name: Login to docker repo
|
- name: Login to docker repo
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.actions_token }}
|
password: ${{ secrets.actions_token }}
|
||||||
- name: Build and push the image
|
- name: Build and push the image
|
||||||
uses: 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: ${{ github.server_url }}/${{ github.repository }}/${{ github.run_number }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue