test workflow build and push on gitea registry
This commit is contained in:
parent
acb9b06f2a
commit
5a92886103
|
@ -15,18 +15,23 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
login_docker_registry:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker:latest
|
||||
|
||||
steps:
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.coopgo.io
|
||||
username: ncaron
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
build_and_push_image:
|
||||
runs-on: ubuntu-latest
|
||||
container: gitea/act_runner:nightly-dind-rootless
|
||||
|
||||
steps:
|
||||
# - name: Login to Docker Registry
|
||||
# uses: docker/login-action@v2
|
||||
# with:
|
||||
# registry: git.coopgo.io
|
||||
# username: ncaron
|
||||
# password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
# - name: Run Docker
|
||||
# run: |
|
||||
# docker --version
|
||||
|
@ -34,8 +39,8 @@ jobs:
|
|||
# docker buildx build --platform linux/amd64,linux/arm64 -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
||||
# docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
# - name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v2
|
||||
|
||||
# - name: Get Gitea Tags
|
||||
# id: get_tags
|
||||
|
@ -63,4 +68,3 @@ jobs:
|
|||
--build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d \
|
||||
--tag git.coopgo.io/coopgo-platform/mobility-accounts:test \
|
||||
--push .
|
||||
working-directory: /work
|
Loading…
Reference in New Issue