Skip to content

Commit

Permalink
GitHub Actions: Include id for build and publish docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluchu committed Nov 26, 2024
1 parent 14235bd commit 7d8aba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down

0 comments on commit 7d8aba8

Please sign in to comment.