We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa7c13b + 4e3e0c5 commit 589bba1Copy full SHA for 589bba1
.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