Skip to content

Commit

Permalink
toolchain build: Also tag container as latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Nov 11, 2023
1 parent 94e0c22 commit ea2586d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
file: Containerfile
push: true
tags: ${{ steps.prep.outputs.tagged_image }}
tags:
- ${{ steps.prep.outputs.tagged_image }}
- ghcr.io/${{ github.repository }}/toolchain:latest

cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

Expand Down

0 comments on commit ea2586d

Please sign in to comment.