Skip to content

Commit

Permalink
Asd
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Oct 1, 2023
1 parent f7010ef commit 795e3ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
id: image_tag
run: |
echo "Debug GIT_TAG: $(git describe --tags)"
echo "DOCKER_IMAGE_TAG=$(git describe --tags)" >> $GITHUB_ENV
echo "IMAGE_TAG=$(git describe --tags)" >> "$GITHUB_OUTPUT"
docker_build_and_publish_amd:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
context: .
platforms: 'linux/amd64'
push: true
tags: nethermindeth/juno:${{ github.event.inputs.tag }}
tags: nethermindeth/juno:${{ inputs.tag }}

0 comments on commit 795e3ed

Please sign in to comment.