Skip to content

Commit

Permalink
fixed uppercase repo name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gboie committed Apr 28, 2021
1 parent 360c2c8 commit 049ef8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sifdocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- uses: actions/checkout@v2

- name: Build image
run: cd test/integration; docker build -t ghcr.io/${{ github.repository }}/$IMAGE_NAME:latest -f Dockerfile.devenv .
run: cd test/integration; docker build -t ghcr.io/sifchain/sifnode/$IMAGE_NAME:latest -f Dockerfile.devenv .

- name: Log into registry
run: echo "${{ github.token }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Push image
run: docker push ghcr.io/${{ github.repository }}/$IMAGE_NAME:latest
run: docker push ghcr.io/sifchain/sifnode/$IMAGE_NAME:latest


0 comments on commit 049ef8e

Please sign in to comment.