Update build'n'push;

This commit is contained in:
Nikolai Rodionov
2023-01-24 12:49:34 +01:00
parent 18fd9d827b
commit c77eeb8ef7
2 changed files with 51 additions and 5 deletions

View File

@ -1,10 +1,10 @@
---
name: "Stable container"
on:
push:
branches:
- main
# on:
# push:
# branches:
# - main
jobs:
containerization:
@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.CR_PAT }}
- name: Build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: .