Skip to content

Commit

Permalink
Build docker image for linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
foxdalas committed Dec 20, 2022
1 parent 50337ba commit eb20fb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> "$GITHUB_ENV"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Publish Docker SemVer Tag
uses: elgohr/Publish-Docker-Github-Action@3.04
with:
name: openflagr/flagr
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
platforms: linux/amd64,linux/arm64
tags: "latest,${{ env.RELEASE_VERSION }}"

0 comments on commit eb20fb1

Please sign in to comment.