Update .forgejo/workflows/build.yml
Some checks failed
/ update (push) Failing after 2m40s

This commit is contained in:
Ashley Graves 2024-10-13 18:30:11 +00:00
parent b065cb7e4c
commit 013df7194e

View file

@ -11,13 +11,6 @@ env:
jobs:
update:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
id-token: write
steps:
- name: Checkout client
uses: actions/checkout@v3
@ -31,7 +24,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.ACCESS_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta