mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 20:00:28 +00:00
trivial: setup buildx before logging in
This commit is contained in:
parent
5c6c4f20a8
commit
f349ec4273
7
.github/workflows/create_containers.yml
vendored
7
.github/workflows/create_containers.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
||||
env:
|
||||
OS: ${{ matrix.os }}
|
||||
run: ./contrib/ci/generate_docker.py
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@ -30,6 +33,4 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: fwupd/fwupd/fwupd-${{matrix.os}}:latest
|
||||
secrets: |
|
||||
"github_token=${{ secrets.GITHUB_TOKEN }}"
|
||||
tags: ghcr.io/fwupd/fwupd/fwupd-${{matrix.os}}:latest
|
||||
|
Loading…
Reference in New Issue
Block a user