Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pengpeng committed Sep 21, 2023
1 parent 016c3eb commit 151a10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
fallback: latest
- name: Build the Docker Image
run: |
docker build . --tag ghcr.io/CyberMiles/travis-x:${{ steps.get-latest-tag.outputs.tag }}
docker push ghcr.io/CyberMiles/travis-x:${{ steps.get-latest-tag.outputs.tag }}
docker build . --tag ghcr.io/cybermiles/travis-x:${{ steps.get-latest-tag.outputs.tag }}
docker push ghcr.io/cybermiles/travis-x:${{ steps.get-latest-tag.outputs.tag }}

0 comments on commit 151a10d

Please sign in to comment.