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 f87647f commit 80cd4a8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:


- name: Build Image

with:
push: true
tags: cliuzy1/gridape:v1
run: |
run: |
docker build -t gridape:v1 .
docker tag gridape :v1 cliuzy1/gridape:v1
docker push cliuzy1/gridape:v1
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: cliuzy1/gridape:v1

0 comments on commit 80cd4a8

Please sign in to comment.