Skip to content

Commit

Permalink
fix: vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes committed Feb 29, 2024
1 parent a132b98 commit 9a158a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: headless
file: headless/Dockerfile.multiarch
context: .
file: Dockerfile.multiarch
platforms: 'linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x'
push: true
tags: 'hivesolutions/headless-multiarch:${{ steps.set_tag.outputs.tag }}'

0 comments on commit 9a158a7

Please sign in to comment.