We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794439e commit 4e3e0c5Copy full SHA for 4e3e0c5
.github/workflows/docker-image.yml
@@ -39,5 +39,5 @@ jobs:
39
context: .
40
platforms: linux/arm64/v8,linux/amd64
41
push: true
42
- tags: ripl/lcm:latest
+ tags: ripl/lcm:latest, ripl/lcm:${{ env.UBUNTU_VERSION_LATEST }}
43
build-args: UBUNTU_VERSION=${{ env.UBUNTU_VERSION_LATEST }}
0 commit comments