"Invalid format"
All checks were successful
Build and push container image / build (push) Successful in 48s
All checks were successful
Build and push container image / build (push) Successful in 48s
This commit is contained in:
parent
2f8b1bd886
commit
afbd469030
@ -18,15 +18,15 @@ jobs:
|
||||
apt-get update
|
||||
apt-get -y install docker-ce docker-ce-cli containerd.io
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Login to Gitea
|
||||
uses: docker/login-action
|
||||
uses: docker/login-action@v3.0.0
|
||||
with:
|
||||
registry: ${{ secrets.DOCKER_REGISTRY }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action
|
||||
uses: docker/build-push-action@v5.0.0
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
|
Reference in New Issue
Block a user