Skip to content

Commit

Permalink
fix dupe id
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Oct 3, 2024
1 parent 43a8820 commit 9a8f24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
tags: "docker.io/containercraft/konductor:slim-all,ghcr.io/${{ steps.string-repository-to-lower.outputs.lowercase }}:slim-all,ghcr.io/${{ steps.string-repository-to-lower.outputs.lowercase }}:${{ github.sha }}"

- name: Build and Push Image devcontainer:hugo
id: slim
id: hugo
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
with:
Expand Down

0 comments on commit 9a8f24a

Please sign in to comment.