Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dei79 authored Nov 9, 2023
1 parent 3161fcb commit ff96e90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log into docker hub
uses: docker/[email protected]
with:
Expand All @@ -35,5 +41,6 @@ jobs:
push: true
build-args: |
version=${VERSION}
platforms: linux/amd64,linux/arm64
tags: corehelpers/azurebackup:${{ env.VERSION }}

0 comments on commit ff96e90

Please sign in to comment.