Skip to content

Commit

Permalink
Issue #3673: Latest - try changing the tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Oct 29, 2024
1 parent 0f32c48 commit abe85ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/docker_image_builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ runs:
pull: true
build-args: |
BUILD_DATE=${{ env.otobo_build_date }}
DOCKER_TAG='latest-10_0'
DOCKER_TAG=${{ env.otobo_docker_tag }}
GIT_REPO=${{ github.repositoryUrl }}
GIT_BRANCH=${{ env.otobo_branch }}
GIT_COMMIT=${{ env.otobo_commit }}
tags: ${{ env.otobo_ref }}
tags: "${{ matrix.repository }}:latest-10_0"
target: ${{ matrix.target }}
cache-from: type=gha
cache-to: type=gha,mode=max`
Expand All @@ -122,11 +122,11 @@ runs:
pull: true
build-args: |
BUILD_DATE=${{ env.otobo_build_date }}
DOCKER_TAG='latest'
DOCKER_TAG=${{ env.otobo_docker_tag }}
GIT_REPO=${{ github.repositoryUrl }}
GIT_BRANCH=${{ env.otobo_branch }}
GIT_COMMIT=${{ env.otobo_commit }}
tags: ${{ env.otobo_ref }}
tags: "${{ matrix.repository }}:latest"
target: ${{ matrix.target }}
cache-from: type=gha
cache-to: type=gha,mode=max`

0 comments on commit abe85ec

Please sign in to comment.