Update actions
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 38s
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 38s
This commit is contained in:
@@ -32,23 +32,23 @@ jobs:
|
|||||||
mkdir bin
|
mkdir bin
|
||||||
go build -o ./bin/metrics ./cmd
|
go build -o ./bin/metrics ./cmd
|
||||||
|
|
||||||
# - name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
# uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
# - name: Log in to container registry
|
- name: Log in to container registry
|
||||||
# uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
# with:
|
with:
|
||||||
# registry: sirius.klsh.ru
|
registry: sirius.klsh.ru
|
||||||
# username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
# password: ${{ secrets.DOCKER_SECRET }}
|
password: ${{ secrets.DOCKER_SECRET }}
|
||||||
|
|
||||||
# - name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
# uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
# with:
|
with:
|
||||||
# context: .
|
context: .
|
||||||
# file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
# push: true
|
push: true
|
||||||
# tags: sirius.klsh.ru/${{ gitea.repository_owner }}/test-app:latest
|
tags: sirius.klsh.ru/${{ gitea.repository_owner }}/test-app:latest
|
||||||
|
|
||||||
- name: Job status
|
- name: Job status
|
||||||
run: echo "This job's status is ${{ job.status }}."
|
run: echo "This job's status is ${{ job.status }}."
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
bin
|
bin
|
||||||
.env
|
.env
|
||||||
|
runner.Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user