mirror of
https://github.com/willnorris/imageproxy.git
synced 2025-03-04 02:02:56 -05:00
actions: combine docker workflows
This commit is contained in:
parent
d9b179c9d1
commit
3dd327fafc
2 changed files with 2 additions and 18 deletions
18
.github/workflows/docker-latest.yml
vendored
18
.github/workflows/docker-latest.yml
vendored
|
@ -1,18 +0,0 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
name: docker-publish-latest
|
||||
|
||||
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
|
||||
tags: latest
|
|
@ -1,5 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- '*'
|
||||
name: docker-publish-tags
|
Loading…
Add table
Reference in a new issue