Skip to content

fix(deps): update alpine docker tag to v3.19.1 (#38) #29

fix(deps): update alpine docker tag to v3.19.1 (#38)

fix(deps): update alpine docker tag to v3.19.1 (#38) #29

Workflow file for this run

name: Continuous build and release docker image
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: timo-reymann/docker-semantic-release-gh-action@v1
with:
image: timoreymann/chrooted-ftp
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}