Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Nov 17, 2023
1 parent cdaf426 commit 86f665e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand All @@ -32,9 +30,9 @@ jobs:
with:
context: .
platforms: linux/amd64
push: false
push: true
build-args: |
# actually that's the distro to build ON and FOR
RELEASE=ubuntu:20.04
tags: |
${{ env.IMAGE_FQDN }}:builder
${{ env.IMAGE_FQDN }}:latest

0 comments on commit 86f665e

Please sign in to comment.