Skip to content

Commit

Permalink
feat: add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed May 11, 2024
1 parent cb61bd5 commit 76f9a09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish-extra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -55,6 +58,8 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -91,6 +96,8 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -126,6 +133,8 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -162,6 +171,8 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 76f9a09

Please sign in to comment.