Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Mar 17, 2024
1 parent 2c03c4f commit 1340c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "0 3 * * *"
push:
branches:
- master
- main
repository_dispatch:
types: [docker]
jobs:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
build-args: |
"GH_PAT=${{ secrets.PAT }}"
pull: true
push: ${{github.ref == 'refs/heads/master'}}
push: ${{github.ref == 'refs/heads/main'}}
tags: ghcr.io/bimberlabinternal/discvr-base:nightly,ghcr.io/bimberlabinternal/discvr-base:latest
labels: |
${{ steps.docker_meta.outputs.labels }}
Expand Down

0 comments on commit 1340c9e

Please sign in to comment.