Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahughesuol authored Jul 30, 2024
1 parent b84e600 commit d693c4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
with:
images: ghcr.io/socstech/MODULE # THIS LINE MUST BE EDITED FOR NEW MODULES
images: ghcr.io/socstech/cmp9747 # THIS LINE MUST BE EDITED FOR NEW MODULES


# Build and push Docker image with Buildx (don't push on PR)
Expand All @@ -77,12 +77,12 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
file: ./MODULE FOLDER/.devcontainer/Dockerfile # THIS LINE MUST BE EDITED FOR NEW MODULES
file: ./CMP9749 Advanced Artificial Intelligence/.devcontainer/Dockerfile # THIS LINE MUST BE EDITED FOR NEW MODULES
push: ${{ github.event_name != 'pull_request' }}
# THIS LINE MUST BE EDITED FOR NEW MODULES
tags: |
${{ steps.meta.outputs.tags }}
ghcr.io/socstech/MODULE:latest
ghcr.io/socstech/cmp9747:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit d693c4b

Please sign in to comment.