mirror of
https://github.com/aunefyren/wrapperr
synced 2024-12-12 20:32:27 +00:00
Create docker-image-beta
This commit is contained in:
parent
bd657bf2ca
commit
f99401a52e
1 changed files with 19 additions and 0 deletions
19
.github/workflows/docker-image-beta
vendored
Normal file
19
.github/workflows/docker-image-beta
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: Docker Image for Pushes
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: docker/build-push-action@v1
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
registry: docker.io
|
||||||
|
repository: aunefyren/wrapperr
|
||||||
|
tags: beta
|
Loading…
Reference in a new issue