Skip to content

Commit

Permalink
Tagging and adding read access [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed May 8, 2024
1 parent fba25e5 commit 8a855a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
packages: write
contents: read

jobs:
build:
Expand All @@ -23,5 +24,6 @@ jobs:
- name: Build container image
run: |
make image-build
CONTAINER_URL=ghcr.io/cdcgov make image-push
podman tag pyrenew:latest ghcr.io/cdcgov/pyrenew:latest
podman push ghcr.io/cdcgov/pyrenew:latest
working-directory: model

0 comments on commit 8a855a0

Please sign in to comment.