Skip to content

Commit

Permalink
Static tag for amd64 latest image (#575)
Browse files Browse the repository at this point in the history
* generate arm tag for the latest release

* setup arm multiarch image

* removing image replace
  • Loading branch information
mageddo authored Sep 30, 2024
1 parent 7c0303c commit 355a77a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:
run: |
CURRENT_VERSION=${{ steps.version_finder.outputs.current_version }} &&\
LATEST_VERSION=${{ steps.version_finder.outputs.latest_version }} &&\
./builder.bash release-latest-docker-images ${CURRENT_VERSION} latest
./builder.bash release-latest-docker-images ${CURRENT_VERSION}-aarch64 ${LATEST_VERSION}-aarch64
./builder.bash release-latest-docker-images ${CURRENT_VERSION} latest &&\
./builder.bash release-latest-docker-images ${CURRENT_VERSION} ${LATEST_VERSION} &&\
./builder.bash release-latest-docker-images ${CURRENT_VERSION}-aarch64 ${LATEST_VERSION}-aarch64
- name: Docker Images - Additional - Amd64 Static
run: |
Expand Down

0 comments on commit 355a77a

Please sign in to comment.