Skip to content

Commit

Permalink
fix docker tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
cviolbarbosa committed Mar 18, 2024
1 parent eda523d commit a47d102
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
run: echo "RELEASE_VERSION=${github.ref#refs/*/}" >> $GITHUB_ENV

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -31,8 +32,8 @@ jobs:
dockerfile: ./packaging/Dockerfile
push: true
tags: |
helyosframework/helyos_core:${{ github.ref }}
helyosframework/helyos_core:${{ github.ref }}-linux-amd64
helyosframework/helyos_core:${{ github.ref }}-linux-arm-v7
helyosframework/helyos_core:${{ github.ref }}-macos-mx
helyosframework/helyos_core:${{ RELEASE_VERSION }}
helyosframework/helyos_core:${{ RELEASE_VERSION }}-linux-amd64
helyosframework/helyos_core:${{ RELEASE_VERSION }}-linux-arm-v7
helyosframework/helyos_core:${{ RELEASE_VERSION }}-macos-mx
platforms: linux/amd64,linux/arm/v7,linux/amd64

0 comments on commit a47d102

Please sign in to comment.