Skip to content

Commit

Permalink
chore: fix docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Aug 23, 2024
1 parent 563eeb4 commit 3670800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- platform: linux/arm64
runner: ubuntu-arm64
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Prepare
run: |
platform=${{ matrix.platform }}
Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
- platform: linux/arm64
runner: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Prepare
run: |
platform=${{ matrix.platform }}
Expand Down

0 comments on commit 3670800

Please sign in to comment.