mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 14:23:08 +02:00
ci: add id to build
This commit is contained in:
parent
91b57f8d8d
commit
15967dd752
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-develop.yml
vendored
1
.github/workflows/docker-develop.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and Push to GHCR
|
||||
id: build
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
|
|
Loading…
Reference in a new issue