Skip to content

Commit

Permalink
feat: Atualizar nome e versão do pacote para senhas 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato committed Aug 26, 2024
1 parent a4e3621 commit caa732b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/chainguard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: Build e Distribuição de Pacotes com Melange e APKO

on:
push:
branches:
- 'main'

jobs:
deploy:
runs-on: ubuntu-latest
build:
name: Build e Distribuição de Pacotes
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write

steps:
# Passo 1: Checkout do código
Expand Down

0 comments on commit caa732b

Please sign in to comment.