Skip to content

Commit

Permalink
fix: docker tag support (#1465)
Browse files Browse the repository at this point in the history
* update GA

* names

* dockerfiles

* GA

* build args

* release and push

* m a p

* s

* push: true

* red

* name

* contents: read

* x

* upload logs

* old dockerfile

* ports

* ref

---------

Co-authored-by: amitz <[email protected]>
  • Loading branch information
amitza and amitz authored Jun 2, 2024
1 parent 64fa141 commit 9deb00a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.release_tag != '' && github.event.inputs.release_tag || github.ref_name }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 9deb00a

Please sign in to comment.