You've already forked docker-ara
feat: Add Docker support with environment configuration and cron maintenance ✨
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -29,10 +29,12 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
platforms: >
|
||||
linux/amd64,
|
||||
linux/arm64
|
||||
push: true
|
||||
tags: >
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/ara-api:latest,
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/ara-api:${{ env.GITHUB_REF_NAME }}
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/ara-api:${{ github.ref_name }}
|
||||
Reference in New Issue
Block a user