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
|
echo "latest_tag=$latest_tag" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Set base image to latest
|
- 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
|
- name: Build and Push with Latest Tag
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: ./aktivisda/server
|
context: ./aktivisda/server
|
||||||
file: ./aktivisda/server/Dockerfile
|
file: ./aktivisda/server/dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: fung.uy/mirrors/aktivisda:${{ env.latest_tag }}
|
tags: fung.uy/mirrors/aktivisda:${{ env.latest_tag }}
|
Loading…
Add table
Reference in a new issue