mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 04:46:24 +02:00
update default branch to master
- fix URL for CI badge in README - add actions workflow to push 'main' branch to 'latest' docker image
This commit is contained in:
parent
0da684b81e
commit
bfb3289bd5
3 changed files with 20 additions and 2 deletions
18
.github/workflows/docker.yml
vendored
18
.github/workflows/docker.yml
vendored
|
|
@ -1,18 +0,0 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
name: docker-publish
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker/build-push-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: willnorris/imageproxy
|
||||
tag_with_ref: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue