Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Jul 8, 2024
1 parent 02bb635 commit 85c5d81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
platforms: linux/amd64, linux/arm64
push: true
tags: |
husarion/foxglove:studio-${{ env.SHORT_DATE }}
husarion/foxglove:studio
husarion/foxglove:studio-nightly
husarion/foxglove:${{ github.head_ref || github.ref_name }}-${{ env.SHORT_DATE }}
husarion/foxglove:${{ github.head_ref || github.ref_name }}
husarion/foxglove:${{ github.head_ref || github.ref_name }}-nightly
cache-to: type=inline

- name: Build and push (feature branch)
Expand All @@ -49,5 +49,5 @@ jobs:
platforms: linux/amd64, linux/arm64
push: true
tags: |
husarion/foxglove:studio-nightly
husarion/foxglove:${{ github.head_ref || github.ref_name }}-nightly
cache-to: type=inline

0 comments on commit 85c5d81

Please sign in to comment.