testing multi plattform builds
This commit is contained in:
parent
0cdc4d51df
commit
b7a18466b5
18
.github/workflows/docker-release-publish.yml
vendored
18
.github/workflows/docker-release-publish.yml
vendored
@ -6,13 +6,17 @@ on:
|
|||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-push:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
name: Build image job
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- name: Checkout master
|
||||||
- name: Publish to Registry
|
uses: actions/checkout@master
|
||||||
uses: AhnSeongHyun/action-tag-docker-build-push@v1.0.0
|
- name: Build and publish image
|
||||||
|
uses: ilteoood/docker_buildx@master
|
||||||
with:
|
with:
|
||||||
repo_name: vabene1111/recipes
|
publish: true
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
imageName: recipes
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
tag: ${GITHUB_REF/refs\/tags\//}
|
||||||
|
dockerHubUser: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
dockerHubPassword: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
Loading…
Reference in New Issue
Block a user