Skip to content

Commit

Permalink
Merge pull request #1221 from visualize-admin/build/disable-automatio…
Browse files Browse the repository at this point in the history
…n-docker-builds

build: Disable automatic Docker image build
  • Loading branch information
bprusinowski authored Oct 17, 2023
2 parents ca5a1d4 + b045c1b commit 2108cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: Docker Build (Dev)

on:
push:
branches:
- main
on: [workflow_dispatch]

jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/build-push-action@v1
env:
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/docker-build-release.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: Docker Build (Release)

on:
push:
tags:
- v*
on: [workflow_dispatch]

jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/build-push-action@v1
env:
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
Expand Down

1 comment on commit 2108cc8

@vercel
Copy link

@vercel vercel bot commented on 2108cc8 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization-tool – ./

visualization-tool-alpha.vercel.app
visualization-tool-ixt1.vercel.app
visualization-tool-git-main-ixt1.vercel.app

Please sign in to comment.