mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-10 18:12:35 +00:00
trivial: login to gch registry separately
This commit is contained in:
parent
2ca843b75c
commit
95eab5b7de
14
.github/workflows/create_containers.yml
vendored
14
.github/workflows/create_containers.yml
vendored
@ -23,11 +23,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
OS: ${{ matrix.os }}
|
OS: ${{ matrix.os }}
|
||||||
run: ./contrib/ci/generate_docker.py
|
run: ./contrib/ci/generate_docker.py
|
||||||
|
- name: Login to GitHub Container Registry
|
||||||
|
uses: docker/login-action@v2
|
||||||
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Push to GitHub Packages
|
- name: Push to GitHub Packages
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ github.actor }}
|
context: .
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
push: true
|
||||||
registry: docker.pkg.github.com
|
tags: fwupd/fwupd/fwupd-${{matrix.os}}:latest
|
||||||
repository: fwupd/fwupd/fwupd-${{matrix.os}}
|
|
||||||
tags: latest
|
|
||||||
|
Loading…
Reference in New Issue
Block a user