Skip to content

Commit

Permalink
move to main
Browse files Browse the repository at this point in the history
  • Loading branch information
secretbis committed Dec 18, 2024
1 parent b38e9cd commit 9e466b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: master
name: main

on:
push:
branches:
- master
- main

env:
CI: true
Expand All @@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
registry: registry.hub.docker.com
tags: master
tags: main
snapshot: true

- name: Setup Deploy
Expand Down
2 changes: 1 addition & 1 deletion deploy/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
containers:
- name: rallying-cry-calendar-cron
imagePullPolicy: Always
image: registry.hub.docker.com/jcavanagh/rallying-cry-calendar:master
image: registry.hub.docker.com/secretbis/world-buff-calendar:main
env:
- name: NODE_DEBUG
value: rcc
Expand Down

0 comments on commit 9e466b6

Please sign in to comment.