Skip to content

Commit

Permalink
chore: remove unused buildx configuration (#22016)
Browse files Browse the repository at this point in the history
* chore: remove unused buildx configuration

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* bump copyright

---------

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
mkuznyetsov and nickboldt committed Mar 8, 2023
1 parent 4f7da12 commit 2ea6d4c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020-2021 Red Hat, Inc.
# Copyright (c) 2020-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down Expand Up @@ -66,11 +66,6 @@ jobs:
-
name: "Set up QEMU"
uses: docker/setup-qemu-action@v2
-
name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v2
with:
version: v0.9.1
-
name: "Docker quay.io Login"
uses: docker/login-action@v2
Expand Down

0 comments on commit 2ea6d4c

Please sign in to comment.