Skip to content

Commit 5b08fa3

Browse files
committed
ci: Refactor GitHub actions and workflows
- Refactor workflow to remove publishing of the floating tag - Improve readability of the workflow definition - Ensure consistency in the workflow configurations
1 parent f50aa52 commit 5b08fa3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/publish-latest-image.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: docker/setup-qemu-action@v3
2525
- uses: docker/setup-buildx-action@v3
26-
27-
# Publish the Git describe tag
28-
- run: make publish-image
29-
env:
30-
DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }}
31-
32-
# Publish the floating tag
3326
- run: make publish-image
3427
env:
35-
DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }}
36-
VERSION: latest
28+
DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }}

0 commit comments

Comments
 (0)