Skip to content

Commit

Permalink
ci: Refactor GitHub actions and workflows
Browse files Browse the repository at this point in the history
- Refactor workflow to remove publishing of the floating tag
- Improve readability of the workflow definition
- Ensure consistency in the workflow configurations
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent f50aa52 commit 5b08fa3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish-latest-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3

# Publish the Git describe tag
- run: make publish-image
env:
DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }}

# Publish the floating tag
- run: make publish-image
env:
DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }}
VERSION: latest
DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }}

0 comments on commit 5b08fa3

Please sign in to comment.