Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wo-o committed Nov 1, 2024
1 parent 8707377 commit d64e9c2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
tags:
- '*'

env:
DOCKERHUB_REPOSITORY: jinnuae40/story-geth

jobs:
# Build and upload the geth binary
build_and_push:
Expand All @@ -20,11 +17,10 @@ jobs:

- name: Set build arguments
run: |
echo "REPOSITORY_URI=$DOCKERHUB_REPOSITORY" >> $GITHUB_ENV
echo "REPOSITORY_URI=${{ vars.DOCKERHUB_REPOSITORY }}" >> $GITHUB_ENV
echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo "VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
echo "BUILDNUM=$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
echo "BUILDNUM=${{ github.run_number }}" >> $GITHUB_ENV
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit d64e9c2

Please sign in to comment.