Skip to content

Commit

Permalink
adjusted checkout via tag
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jun 28, 2024
1 parent 873cbc9 commit f2d8118
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

- name: setup QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -38,7 +40,7 @@ jobs:
- name: build and push
uses: docker/build-push-action@v4
with:
context: "{{defaultContext}}"
context: .
platforms: linux/amd64, linux/arm64
push: true
tags: riasc/rnanue:${{ steps.extract_version.outputs.VERSION }}, riasc/rnanue:latest
Expand Down

0 comments on commit f2d8118

Please sign in to comment.