linuxserver-mods/.gitea/workflows/mods.yml

34 lines
910 B
YAML
Raw Normal View History

2024-05-15 18:36:19 +00:00
name: dl
on: [push]
jobs:
skip-chown:
runs-on: ubuntu-latest
container: docker
steps:
- run: apk add git nodejs
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
push: ${{ gitea.ref_type == 'tag' }}
tags: xefir/mods:skip-chown
wireguard-ipv6:
runs-on: ubuntu-latest
container: docker
steps:
- run: apk add git nodejs
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
push: ${{ gitea.ref_type == 'tag' }}
tags: xefir/mods:wireguard-ipv6