ci: add id to build

This commit is contained in:
Marie 2023-09-22 00:58:41 +02:00 committed by GitHub
parent 91b57f8d8d
commit 15967dd752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}