Skip to content

Commit

Permalink
adds permission
Browse files Browse the repository at this point in the history
  • Loading branch information
speedyconzales committed May 1, 2024
1 parent 3405731 commit 96dbd7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: main

permissions:
packages: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,7 +24,7 @@ jobs:
version: latest
- name: build the image
run: |
docker buildx build --progress=plain --push \
docker buildx build --push \
--tag docker.io/speedyconzales/series-scraper:latest \
--tag ghcr.io/speedyconzales/series-scraper:latest \
--platform linux/amd64,linux/arm/v7,linux/arm64 .
Expand Down

0 comments on commit 96dbd7e

Please sign in to comment.