Skip to content

Commit

Permalink
wtf..
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Jan 23, 2024
1 parent 7a3d7fe commit de81363
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: vroom tag
id: vroom_tag
run: echo ::set-output name=TAG::${GITHUB_REF#refs/tags/}

- name: vroom-express tag
id: vroom_express_tag
run: echo "TAG=$(curl --silent 'https://api.github.com/repos/VROOM-Project/vroom-express/tags' | jq -r '.[0].name')" >> GITHUB_OUTPUT
Expand All @@ -45,9 +41,9 @@ jobs:
context: .
push: true
build-args: |
VROOM_RELEASE=${{ steps.vroom_tag.outputs.TAG }}
VROOM_RELEASE=${{ github.ref_name }}
VROOM_EXPRESS_RELEASE=${{ steps.vroom_express_tag.outputs.TAG }}
platforms: linux/amd64,linux/arm64
tags: ghcr.io/vroom-project/vroom-docker:${{ steps.vroom_tag.outputs.TAG }}"
tags: ghcr.io/vroom-project/vroom-docker:${{ github.ref_name }}"
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit de81363

Please sign in to comment.