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 }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build and Push to GHCR
|
- name: Build and Push to GHCR
|
||||||
|
id: build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
|
|
Loading…
Reference in a new issue