Skip to content

Commit

Permalink
fedora tags
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 25, 2024
1 parent 777d670 commit 58b23da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fedora37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ github.repository }}:fedora37
${{ github.repository }}:fedora37, ${{ github.repository }}:37
labels: ${{ steps.meta.outputs.labels }}

- name: Docker Scout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ github.repository }}:fedora38
${{ github.repository }}:fedora38, ${{ github.repository }}:38
labels: ${{ steps.meta.outputs.labels }}

- name: Docker Scout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ github.repository }}:fedora39, ${{ github.repository }}:fedora_latest
${{ github.repository }}:fedora39, ${{ github.repository }}:fedora_latest, ${{ github.repository }}:39
labels: ${{ steps.meta.outputs.labels }}

- name: Docker Scout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ github.repository }}:fedora40
${{ github.repository }}:fedora40, ${{ github.repository }}:40
labels: ${{ steps.meta.outputs.labels }}

- name: Docker Scout
Expand Down

0 comments on commit 58b23da

Please sign in to comment.