Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Re-activate public repo push.
Browse files Browse the repository at this point in the history
  • Loading branch information
sinegar authored Dec 9, 2021
1 parent 174526d commit eed93a2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,17 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64, linux/arm64
# , linux/arm
platforms: linux/amd64, linux/arm64, linux/arm
push: true
build-args: |
PACKAGE_VERSION=${{ env.package_version }}
tags: |
ghcr.io/izer-xyz/3cx:${{ env.package_version }}-${{ github.run_number }}
ghcr.io/izer-xyz/3cx:${{ env.package_version }}
ghcr.io/izer-xyz/3cx:dev
# ${{ secrets.DOCKERHUB_USERNAME }}/3cx:latest
# ${{ secrets.DOCKERHUB_USERNAME }}/3cx:${{ env.package_version }}
# ${{ secrets.DOCKERHUB_USERNAME }}/3cx:${{ env.package_version }}-${{ github.run_number }}
ghcr.io/izer-xyz/3cx:latest
${{ secrets.DOCKERHUB_USERNAME }}/3cx:latest
${{ secrets.DOCKERHUB_USERNAME }}/3cx:${{ env.package_version }}
${{ secrets.DOCKERHUB_USERNAME }}/3cx:${{ env.package_version }}-${{ github.run_number }}
-
name: Create Release
Expand Down

0 comments on commit eed93a2

Please sign in to comment.