mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
GitHub actions docker (#1421)
Add Github Actions with Buildx for Docker publish
This commit is contained in:
parent
f92e1473ca
commit
3f2b3786d7
3 changed files with 1252 additions and 1380 deletions
4
.github/workflows/docker-release.yml
vendored
4
.github/workflows/docker-release.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
@ -50,4 +50,4 @@ jobs:
|
|||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
tags: |
|
||||
shahanafarooqui/rtl:$VERSION
|
||||
shahanafarooqui/rtl:${{ env.VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue