Skip to content

Commit

Permalink
Reverted docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Feb 7, 2024
1 parent f889d12 commit 90b05d6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ jobs:
with:
submodules: recursive

# Setup hardware emulator using QEMU
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

# Setup Docker Buildx for multi-arch images
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to GitHub Container Registry
uses: docker/#-action@v1
with:
Expand All @@ -41,8 +33,7 @@ jobs:

- name: Build the latest loxilb Docker image
if: github.event.inputs.tagName == ''
run: docker buildx build --platform linux/amd64,linux/arm64 . --tag ghcr.io/loxilb-io/loxilb:latest
#run: docker build . --tag ghcr.io/loxilb-io/loxilb:latest
run: docker build . --tag ghcr.io/loxilb-io/loxilb:latest

- name: Build the loxilb Docker image with given tag
if: github.event.inputs.tagName != ''
Expand Down

0 comments on commit 90b05d6

Please # to comment.