Skip to content

Commit

Permalink
feat: update build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jirevwe committed Aug 20, 2024
1 parent c3ed50c commit c772fac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
- name: Build app to make sure there are zero issues
run: go build -o convoy ./cmd

- name: Get short SHA
id: slug
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"

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

Expand All @@ -97,7 +93,6 @@ jobs:
platforms: ${{ matrix.platform }}
push: true
tags: |
${{ env.IMAGE_NAME }}:${{ steps.slug.outputs.sha8 }}-${{ matrix.arch }}
${{ env.IMAGE_NAME }}:latest-${{ matrix.arch }}
${{ env.IMAGE_NAME }}:${{ matrix.arch }}
build-args: |
ARCH=${{ matrix.arch }}

0 comments on commit c772fac

Please sign in to comment.