Skip to content

Commit

Permalink
Fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Jan 7, 2025
1 parent 3eed8f7 commit abd9fac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ runs:
if [ -z ${{ inputs.image_tag }} ]; then
BUILD_TIMESTAMP="$(date +%s)"
SHORT_SHA="$(git rev-parse --short HEAD)"
echo GHCR_TAG="ghcr.io/${{ github.repository }}/immutable-geth/immutable-geth:develop-$BUILD_TIMESTAMP-git.$SHORT_SHA" >> $GITHUB_ENV
echo GHCR_TAG="ghcr.io/${{ github.repository }}/immutable-geth:develop-$BUILD_TIMESTAMP-git.$SHORT_SHA" >> $GITHUB_ENV
else
echo GHCR_TAG="ghcr.io/${{ github.repository }}/immutable-geth/immutable-geth:${{ inputs.image_tag }}" >> $GITHUB_ENV
echo GHCR_TAG="ghcr.io/${{ github.repository }}/immutable-geth:${{ inputs.image_tag }}" >> $GITHUB_ENV
fi
- name: Restore Go mod (pkg)
Expand Down Expand Up @@ -87,6 +87,6 @@ runs:
build-args: ${{ inputs.build-args }}
tags: ${{ env.GHCR_TAG }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/immutable-geth/immutable-geth:cache
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}/immutable-geth/immutable-geth:cache,mode=max
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/immutable-geth:cache
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}/immutable-geth:cache,mode=max
provenance: false

0 comments on commit abd9fac

Please sign in to comment.