diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 4c36b09..6a107f0 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -6,7 +6,7 @@ on: manual: jobs: - Build GalacticFactory: + Build and Push Images: runs-on: docker steps: - name: Checkout code @@ -19,73 +19,28 @@ jobs: registry: www.coastalcommits.com username: SeaswimmerTheFsh password: ${{ secrets.COASTALCOMMITSTOKEN }} - - name: Build and push Docker image + - name: Build and push GalacticFactory image uses: actions/docker-build-push@v5 with: context: . file: ./GalacticFactory/Dockerfile push: true tags: www.coastalcommits.com/galacticfactory/documentation:latest - - Build GalaxyCogs: - runs-on: docker - container: catthehacker/ubuntu:act-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - with: - token: ${{ secrets.COASTALCOMMITSTOKEN }} - - name: Login to CoastalCommits - uses: actions/docker-login@v3 - with: - registry: coastalcommits.com - username: SeaswimmerTheFsh - password: ${{ secrets.COASTALCOMMITSTOKEN }} - - name: Build and push Docker image + - name: Build and push GalaxyCogs image uses: actions/docker-build-push@v5 with: context: . file: ./GalaxyCogs/Dockerfile push: true tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-galaxycogs:latest - - Build PyZipline: - runs-on: docker - container: catthehacker/ubuntu:act-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - with: - token: ${{ secrets.COASTALCOMMITSTOKEN }} - - name: Login to CoastalCommits - uses: actions/docker-login@v3 - with: - registry: www.coastalcommits.com - username: SeaswimmerTheFsh - password: ${{ secrets.COASTALCOMMITSTOKEN }} - - name: Build and push Docker image + - name: Build and push PyZipline image uses: actions/docker-build-push@v5 with: context: . file: ./PyZipline/Dockerfile push: true tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-pyzipline:latest - - Build SeaCogs: - runs-on: docker - container: catthehacker/ubuntu:act-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - with: - token: ${{ secrets.COASTALCOMMITSTOKEN }} - - name: Login to CoastalCommits - uses: actions/docker-login@v3 - with: - registry: www.coastalcommits.com - username: SeaswimmerTheFsh - password: ${{ secrets.COASTALCOMMITSTOKEN }} - - name: Build and push Docker image + - name: Build and push SeaCogs image uses: actions/docker-build-push@v5 with: context: .