Skip to content

Commit

Permalink
fix: Melange, APKO e GitHub Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato committed Aug 26, 2024
1 parent c9b7674 commit 65bec36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build container image with APKO
run: |
cd chainguard/environments/prd
apko build apko-prod.yaml senhas senhas-prd.tar -k melange.rsa.pub --arch amd64
apko build apko-prod.yaml senhas senhas-prod.tar -k melange.rsa.pub --arch amd64
# Load da imagem Docker
Expand Down
2 changes: 1 addition & 1 deletion chainguard/environments/prd/apko-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ contents:
- packages
packages:
- alpine-baselayout-data
- senhas
- senhas-prod
accounts:
groups:
- groupname: nonroot
Expand Down

0 comments on commit 65bec36

Please sign in to comment.