update
This commit is contained in:
parent
3947a34c0a
commit
724ce97652
1 changed files with 2 additions and 2 deletions
|
@ -40,14 +40,14 @@ jobs:
|
|||
echo "latest_tag=$latest_tag" >> $GITHUB_ENV
|
||||
|
||||
- name: Set base image to latest
|
||||
run: sed 's/FROM ubuntu:22.10/FROM ubuntu:latest/' ./aktivisda/server/dockerfile
|
||||
run: sed -i 's/FROM ubuntu:22.10/FROM ubuntu:latest/' ./aktivisda/server/dockerfile
|
||||
|
||||
- name: Build and Push with Latest Tag
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: ./aktivisda/server
|
||||
file: ./aktivisda/server/Dockerfile
|
||||
file: ./aktivisda/server/dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: fung.uy/mirrors/aktivisda:${{ env.latest_tag }}
|
Loading…
Add table
Reference in a new issue