Skip to content

Commit

Permalink
missed another variable
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Dec 15, 2023
1 parent 97b5e67 commit dcc98e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push_to_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
+docker \
--GIT_TAG=${GIT_TAG} \
--GIT_COMMIT=${GIT_COMMIT} \
--IMAGE_NAME=${{ env.FS_IMAGE }}:${{ env.GIT_TAG }}
--IMAGE_NAME=${{ env.FS_IMAGE }}:${GIT_TAG}
release-multiarch:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: earthly/actions-setup@v1
with: { version: "v${{ env.EARTHLY_TOOL_VERSION }}" }

- name: Build and push the Docker image
- name: Build and push the helm charts
run: |
earthly \
--push \
Expand Down

0 comments on commit dcc98e1

Please sign in to comment.