GitHub Actions: Include id for build and publish docker images

v5
Jéluchu 9 months ago
parent 14235bd031
commit 7d8aba8234

@ -81,6 +81,7 @@ jobs:
# Step 6: Build and publish to Docker Hub and GitHub Container Registry
- name: Build and publish
id: push
uses: docker/build-push-action@v5
with:
context: .

Loading…
Cancel
Save