Skip to content

Commit

Permalink
Remove dev build (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Oct 23, 2023
1 parent cfd888a commit 863cb7a
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,30 +74,3 @@ jobs:
run: ./.docker/docker.sh build
- name: Test docker images
run: ./.docker/docker.sh test
docker-release:
name: Release docker dev build
runs-on: ubuntu-20.04
needs: docker-test
if: github.ref == 'refs/heads/master' && github.event.repository.fork == false
env:
BUILD_REF: ${{ github.sha }}
BUILD_VERSION: dev
steps:
- uses: actions/checkout@v4
- name: Prepare
run: |
./.docker/docker.sh prepare
- name: Build docker images
run: ./.docker/docker.sh build
- name: Tag all docker images
run: ./.docker/docker.sh tag
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push all docker images
run: ./.docker/docker.sh push
- name: Create and push manifest list
run: ./.docker/docker.sh manifest-list

0 comments on commit 863cb7a

Please sign in to comment.