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 26, 2024
1 parent 70579e3 commit 687ce6d
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/cmp1905
images: ghcr.io/socstech/cmp1905 # THIS LINE MUST BE EDITED FOR NEW MODULES


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

0 comments on commit 687ce6d

Please sign in to comment.