Create docker-image-beta

This commit is contained in:
Aune 2022-12-07 16:20:38 +01:00 committed by GitHub
parent bd657bf2ca
commit f99401a52e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/docker-image-beta vendored Normal file
View 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