Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitheninja committed Sep 2, 2024
1 parent bcde2a6 commit 86f4d27
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
jobs:
publish-prod:

uses: kir-dev/workflows/.github/workflows/docker-publish.yml@feat/git-ref
with:
ref: production
docker-tag-config: type=raw,value=latest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Hello world action
run: echo "Hello world"

0 comments on commit 86f4d27

Please sign in to comment.