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 914ae3f commit c9b7674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
- name: Build packages with Melange
run: |
cd chainguard/environments/prd
melange build melange.yaml --runner docker --signing-key melange.rsa --arch amd64
melange build melange-prod.yaml --runner docker --signing-key melange.rsa --arch amd64
# Construir imagem de container com APKO
- name: Build container image with APKO
run: |
cd chainguard/environments/prd
apko build apko.yaml senhas senhas-prd.tar -k melange.rsa.pub --arch amd64
apko build apko-prod.yaml senhas senhas-prd.tar -k melange.rsa.pub --arch amd64
# Load da imagem Docker
Expand Down

0 comments on commit c9b7674

Please sign in to comment.