Skip to content

Commit

Permalink
Merge pull request #2 from m-bull/update/ci-build-push
Browse files Browse the repository at this point in the history
Update CI build and push
  • Loading branch information
sjpb committed Jun 20, 2023
2 parents 3d3e333 + 7f68983 commit 9d75358
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
id: image-meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/stackhpc/io500-singularity
images: ghcr.io/${{ github.repository }}
# Produce the branch name or tag and the SHA as tags
tags: |
type=ref,event=branch
Expand All @@ -51,6 +51,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v4
with:
provenance: false
context: ./images/
push: true
tags: ${{ steps.image-meta.outputs.tags }}
Expand All @@ -68,4 +69,4 @@ jobs:
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit 9d75358

Please sign in to comment.