This repository was archived by the owner on Aug 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Checkout Repository
2828 uses : actions/checkout@master
29+
2930 - name : Docker meta
3031 id : docker_meta
3132 uses : crazy-max/ghaction-docker-meta@v1
@@ -34,14 +35,17 @@ jobs:
3435
3536 - name : Set up QEMU
3637 uses : docker/setup-qemu-action@v1
38+
3739 - name : Set up Docker Buildx
3840 uses : docker/setup-buildx-action@v1
41+
3942 - name : Login to GitHub Container Registry
4043 uses : docker/login-action@v1
4144 with :
4245 registry : ghcr.io
4346 username : ${{ github.repository_owner }}
4447 password : ${{ secrets.CR_PAT }}
48+
4549 - name : Build and push
4650 id : docker_build
4751 uses : docker/build-push-action@v2
Original file line number Diff line number Diff line change 11name : Test Naev Build/Dev Docker Images
2- on :
3- push :
4- tags :
5- - " v*.*.*"
2+ on : [push, pull_request]
63
74jobs :
85 " Build_Test_Images " :
2623 steps :
2724 - name : Checkout Repository
2825 uses : actions/checkout@master
26+
2927 - name : Docker meta
3028 id : docker_meta
3129 uses : crazy-max/ghaction-docker-meta@v1
@@ -34,14 +32,17 @@ jobs:
3432
3533 - name : Set up QEMU
3634 uses : docker/setup-qemu-action@v1
35+
3736 - name : Set up Docker Buildx
3837 uses : docker/setup-buildx-action@v1
38+
3939 - name : Login to GitHub Container Registry
4040 uses : docker/login-action@v1
4141 with :
4242 registry : ghcr.io
4343 username : ${{ github.repository_owner }}
4444 password : ${{ secrets.CR_PAT }}
45+
4546 - name : Build and push
4647 id : docker_build
4748 uses : docker/build-push-action@v2
You can’t perform that action at this time.
0 commit comments