Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khsa1 committed Apr 14, 2021
1 parent 98f980d commit c97389d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
push: true
build-args: COMPILER=${{ env.COMPILER }}
tags: ${{ format('chargje/setsm_fork:latest-{1}, chargje/setsm_fork:{0}-{1}', steps.get_version.outputs.VERSION, env.COMPILER) }}
tags: ${{ format('skhuvis/setsm_fork:latest-{1}, skhuvis/setsm_fork:{0}-{1}', steps.get_version.outputs.VERSION, env.COMPILER) }}
-
name: Build and push Intel
id: docker_build_intel
Expand All @@ -41,7 +41,7 @@ jobs:
with:
push: true
build-args: COMPILER=${{ env.COMPILER }}
tags: ${{ format('chargje/setsm_fork:latest-{1}, chargje/setsm_fork:{0}-{1}', steps.get_version.outputs.VERSION, env.COMPILER) }}
tags: ${{ format('skhuvis/setsm_fork:latest-{1}, skhuvis/setsm_fork:{0}-{1}', steps.get_version.outputs.VERSION, env.COMPILER) }}
# -
# name: Build and push Cray
# id: docker_build_cray
Expand All @@ -51,5 +51,5 @@ jobs:
# with:
# push: true
# build-args: COMPILER=${{ env.COMPILER }}
# tags: ${{ format('chargje/setsm_fork:latest-{1}, chargje/setsm_fork:{0}-{1}', steps.get_version.outputs.VERSION, env.COMPILER) }}

# tags: ${{ format('skhuvis/setsm_fork:latest-{1}, skhuvis/setsm_fork:{0}-{1}', steps.get_version.outputs.VERSION, env.COMPILER) }}

0 comments on commit c97389d

Please sign in to comment.