Skip to content

Commit

Permalink
adding update so it is on push for buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
Merritt-Brian committed Aug 28, 2023
1 parent d184ee4 commit 235b0d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ secrets.DOCKERHUB_REPOSITORY }}
tag_with_ref: true
tag_with_sha: true
context: .
push: true
platforms: linux/amd64,linux/arm64
tag: jhuaplbio/basestack_mytax2:${{ steps.package-version.outputs.current-version}}
tags: jhuaplbio/basestack_mytax2:latest

0 comments on commit 235b0d0

Please sign in to comment.