Skip to content

Commit

Permalink
What happens if we switch them
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Jan 30, 2024
1 parent bc32cfa commit 1fd3d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
echo "Singularity version is ${SINGULARITY_VERSION}"
echo "s3cmd version is ${S3CMD_VERSION}"
docker login -u heerener -p ${DOCKER_HUB_TOKEN}
docker build -t heerener/singularitah:0.1 -f Dockerfile --build-arg "S3CMD_VERSION=${S3CMD_VERSION}" --build-arg "$SINGULARITY_VERSION=${SINGULARITY_VERSION}" .
docker build -t heerener/singularitah:0.1 --build-arg "$SINGULARITY_VERSION=${SINGULARITY_VERSION}" --build-arg "S3CMD_VERSION=${S3CMD_VERSION}" -f Dockerfile .
docker push heerener/singularitah:0.1

0 comments on commit 1fd3d26

Please sign in to comment.