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 687ce6d commit 07d9f66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ jobs:
context: .
file: ./CMP1905 Foundations of Data Science/.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/cmp1905:latest # THIS LINE MUST BE EDITED FOR NEW MODULES
ghcr.io/socstech/cmp1905:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 07d9f66

Please sign in to comment.