Skip to content

Commit

Permalink
Change visibility of docker container (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoGoblino authored Aug 10, 2024
1 parent baaad64 commit bfa20c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
tags: |
ghcr.io/devsoc-unsw/tech-spire-2024:${{ github.sha }}
ghcr.io/devsoc-unsw/tech-spire-2024:latest
labels: ${{ steps.meta.outputs.labels }}
labels: |
${{ steps.meta.outputs.labels }}
org.opencontainers.image.source
deploy:
name: Deploy (CD)
runs-on: ubuntu-latest
Expand Down

0 comments on commit bfa20c5

Please sign in to comment.