test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Successful in 3s
Details
Build and Push Docker Image / test (push) Successful in 3s
Details
This commit is contained in:
parent
a9eb91bd83
commit
9e70d3941d
|
@ -7,90 +7,87 @@ on:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout_repository:
|
test:
|
||||||
runs-on:
|
runs-on: ubuntu-latest
|
||||||
group: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
volumes:
|
|
||||||
- /workspace/coopgo-platform/mobility-accounts:/workspace/coopgo-platform/mobility-accounts
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check folders
|
- name: Check folders
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
|
# checkout_repository:
|
||||||
|
# runs-on:
|
||||||
|
# group: ubuntu-latest
|
||||||
|
# container:
|
||||||
|
# image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
|
# volumes:
|
||||||
|
# - /workspace/coopgo-platform/mobility-accounts:/workspace/coopgo-platform/mobility-accounts
|
||||||
|
|
||||||
- name: Checkout repository
|
# steps:
|
||||||
uses: actions/checkout@v3
|
# - name: Check folders
|
||||||
|
# run: |
|
||||||
|
# pwd
|
||||||
|
# ls -la
|
||||||
|
|
||||||
- name: Check folders
|
# - name: Checkout repository
|
||||||
run: |
|
# uses: actions/checkout@v3
|
||||||
pwd
|
|
||||||
ls -la
|
|
||||||
|
|
||||||
login_docker_registry:
|
# - name: Check folders
|
||||||
runs-on:
|
# run: |
|
||||||
group: ubuntu-latest
|
# pwd
|
||||||
container:
|
# ls -la
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
volumes:
|
|
||||||
- /workspace/coopgo-platform/mobility-accounts:/workspace/coopgo-platform/mobility-accounts
|
|
||||||
|
|
||||||
steps:
|
# login_docker_registry:
|
||||||
- name: Login to Docker Registry
|
# runs-on:
|
||||||
uses: docker/login-action@v2
|
# group: ubuntu-latest
|
||||||
with:
|
# container:
|
||||||
registry: git.coopgo.io
|
# image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
username: ncaron
|
# volumes:
|
||||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
# - /workspace/coopgo-platform/mobility-accounts:/workspace/coopgo-platform/mobility-accounts
|
||||||
|
|
||||||
- name: Check folders
|
# steps:
|
||||||
run: |
|
# - name: Login to Docker Registry
|
||||||
pwd
|
# uses: docker/login-action@v2
|
||||||
ls -la
|
# with:
|
||||||
|
# registry: git.coopgo.io
|
||||||
|
# username: ncaron
|
||||||
|
# password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
build_and_push_image:
|
# - name: Check folders
|
||||||
runs-on:
|
# run: |
|
||||||
group: ubuntu-latest
|
# pwd
|
||||||
container:
|
# ls -la
|
||||||
image: docker:20.10.7
|
|
||||||
volumes:
|
|
||||||
- /workspace/coopgo-platform/mobility-accounts:/workspace/coopgo-platform/mobility-accounts
|
|
||||||
steps:
|
|
||||||
# - name: Run Docker
|
|
||||||
# run: |
|
|
||||||
# docker --version
|
|
||||||
# dockerd
|
|
||||||
# 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
|
# build_and_push_image:
|
||||||
# uses: docker/setup-buildx-action@v2
|
# runs-on:
|
||||||
|
# group: ubuntu-latest
|
||||||
|
# container:
|
||||||
|
# image: docker:20.10.7
|
||||||
|
# volumes:
|
||||||
|
# - /workspace/coopgo-platform/mobility-accounts:/workspace/coopgo-platform/mobility-accounts
|
||||||
|
# steps:
|
||||||
|
# # - name: Get Gitea Tags
|
||||||
|
# # id: get_tags
|
||||||
|
# # run: |
|
||||||
|
# # git fetch --tags
|
||||||
|
# # latest_tag=$(git describe --tags --abbrev=0)
|
||||||
|
# # echo "Latest tag found: $latest_tag"
|
||||||
|
# # echo "::set-output name=latest_tag::$latest_tag"
|
||||||
|
|
||||||
# - name: Get Gitea Tags
|
# # - name: Test tags
|
||||||
# id: get_tags
|
# # run: |
|
||||||
# run: |
|
# # echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
||||||
# git fetch --tags
|
|
||||||
# latest_tag=$(git describe --tags --abbrev=0)
|
|
||||||
# echo "Latest tag found: $latest_tag"
|
|
||||||
# echo "::set-output name=latest_tag::$latest_tag"
|
|
||||||
|
|
||||||
# - name: Test tags
|
|
||||||
# run: |
|
|
||||||
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
|
||||||
|
|
||||||
|
|
||||||
# - name: Check Docker version
|
# # - name: Check Docker version
|
||||||
# run: |
|
# # run: |
|
||||||
# docker --version
|
# # docker --version
|
||||||
# dockerd &
|
# # dockerd &
|
||||||
|
|
||||||
- name: Check folder
|
# - name: Check folder
|
||||||
run: |
|
# run: |
|
||||||
pwd
|
# pwd
|
||||||
ls -la
|
# ls -la
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
# - name: Build and Push Docker Image
|
||||||
run: |
|
# run: |
|
||||||
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test --build-arg ACCESS_TOKEN_USR=ncaron --build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d .
|
# docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test --build-arg ACCESS_TOKEN_USR=ncaron --build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d .
|
||||||
|
|
Loading…
Reference in New Issue