Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cliuzy authored Feb 12, 2025
1 parent 80cd4a8 commit 5d91307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Build Image
run: |
docker build -t gridape:v1 .
docker tag gridape :v1 cliuzy1/gridape:v1
docker push cliuzy1/gridape:v1
docker tag gridape:v1 cliuzy1/gridape:v1
docker push cliuzy1/gridape:v1
- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 5d91307

Please sign in to comment.