This commit is contained in:
parent
ec1808518e
commit
1aa89d5cda
@ -4,4 +4,11 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:latest .
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}
|
||||
labels: latest
|
Loading…
Reference in New Issue
Block a user