Skip to content

Commit

Permalink
GitHub workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalano committed Feb 13, 2024
1 parent ac838ab commit 82737aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: carbondate-docker-build
on:
push:
branches:
- 'main'
- 'master'

jobs:
build_and_publish:
Expand All @@ -29,4 +29,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/oduwsdl/carbondate:latest
tags: ghcr.io/oduwsdl/carbondate:latest

0 comments on commit 82737aa

Please sign in to comment.