transition to container_ over podman_
This commit is contained in:
@@ -3,10 +3,10 @@ run-name: Build and Push the Podman DDNS Image
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- active/podman_ddns/**
|
||||
- active/container_ddns/**
|
||||
- .gitea/workflows/ddns.yaml
|
||||
schedule:
|
||||
- cron: '@daily'
|
||||
- cron: "@daily"
|
||||
jobs:
|
||||
build-and-push-ddns:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -23,8 +23,8 @@ jobs:
|
||||
- name: Build and push Docker image
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: ${{ gitea.workspace }}/active/podman_ddns
|
||||
file: ${{ gitea.workspace }}/active/podman_ddns/Containerfile
|
||||
context: ${{ gitea.workspace }}/active/container_ddns
|
||||
file: ${{ gitea.workspace }}/active/container_ddns/Containerfile
|
||||
push: true
|
||||
tags: "gitea.reeseapps.com/services/ddns:latest,gitea.reeseapps.com/services/ddns:${{gitea.sha}}"
|
||||
no-cache: true
|
||||
|
||||
Reference in New Issue
Block a user