Skip to content

Commit

Permalink
One more pass at trying to get this to work
Browse files Browse the repository at this point in the history
  • Loading branch information
danquack committed Apr 28, 2023
1 parent a54933e commit f40ef14
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build test and push
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
packages: write
jobs:
build-test-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -16,11 +16,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: login to ghcr.io
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
- name: get thumbor version
id: thumbor
run: |
Expand Down

0 comments on commit f40ef14

Please sign in to comment.