Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Nov 6, 2024
1 parent 42fd403 commit c9566df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
imagetag: "${{ github.event.client_payload.ref || github.ref_name }}"
ref: "${{ github.event.client_payload.ref || github.ref_name }}"

jobs:
build:
Expand All @@ -15,6 +16,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ env.ref }}

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

0 comments on commit c9566df

Please sign in to comment.