Skip to content

Commit

Permalink
fix: Place the push key in the correct spot
Browse files Browse the repository at this point in the history
I'm *SO SORRY ABOUT THIS*. It's just... hard to program with yaml
files when there is nothing that evaluates it until hits main, ok?
  • Loading branch information
tlater-famedly committed Jan 27, 2025
1 parent 9550d23 commit 10d5f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

publish_release:
if: github.event.pull_request.merged == true
push: true
needs: set_date
uses: famedly/github-workflows/.github/workflows/docker.yml@49401388492ed7fe3eeb13fbefacf68168e9bc64
with:
push: true
image_name: rust-container
tags: |
type=raw,value=nightly
Expand All @@ -42,10 +42,10 @@ jobs:

publish_dev:
if: github.event.pull_request.merged != true
push: true
needs: set_date
uses: famedly/github-workflows/.github/workflows/docker.yml@49401388492ed7fe3eeb13fbefacf68168e9bc64
with:
push: true
image_name: rust-container
tags: |
type=raw,value=dev-${{ github.ref_name }}
Expand Down

0 comments on commit 10d5f72

Please sign in to comment.