parent
ca3f8d04db
commit
ec6a9f9440
1 changed files with 1 additions and 3 deletions
|
|
@ -12,8 +12,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: https://github.com/docker/setup-buildx-action@v2
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: https://github.com/docker/login-action@v2
|
uses: https://github.com/docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -26,6 +24,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: git.itzyanick.de/ItzYanick/runner-docker:latest
|
tags: git.itzyanick.de/itzyanick/runner-docker:latest
|
||||||
build-args: |
|
build-args: |
|
||||||
CHECKOUT=${{ github.ref }}
|
CHECKOUT=${{ github.ref }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue