Skip to content

Commit

Permalink
se agrega permiso para escribir en le registry de github desde el wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
anelioalvarez committed Nov 29, 2023
1 parent f8b5c0b commit fb40809
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-image-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:

jobs:
publish_image:
name: Push Docker image to DockerHub and GitHub Container Registry
runs-on: ubuntu-latest
permissions:
packages: write

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -46,3 +47,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fb40809

Please sign in to comment.