Skip to content

Commit

Permalink
ci: fix publishing to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Apr 16, 2024
1 parent 136eeab commit 7d00028
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Clone
uses: actions/checkout@v4

- name: Install Regctl
uses: iarekylew00t/regctl-installer@v1

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -45,9 +42,9 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/shyim/adminerevo:latest
tags: |
ghcr.io/shyim/adminerevo:latest
shyim/adminerevo:latest
platforms: linux/amd64,linux/arm64
build-args: |
ADMINEREVO_VERSION=${{ steps.ADMINEREVO_VERSION.outputs.VERSION }}
- run: regctl image copy ghcr.io/shyim/adminerevo:latest shyim/adminerevo:latest

0 comments on commit 7d00028

Please sign in to comment.