GitHub actions docker (#1421)

Add Github Actions with Buildx for Docker publish
This commit is contained in:
ShahanaFarooqui 2024-06-24 22:27:09 -07:00 committed by GitHub
parent f92e1473ca
commit 3f2b3786d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1252 additions and 1380 deletions

View file

@ -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 }}