Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Jun 14, 2024
1 parent d9aedec commit 7ae4156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
with:
context: .
push: true
tags: [${{ env.PROJECT_VERSION }}, latest]
tags: ${{ env.PROJECT_VERSION }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 2 additions & 2 deletions .github/workflows/setup_environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Setup environment

on: [workflow_call]
on: workflow_call

jobs:
create-release:
setup-environment:
runs-on: ubuntu-latest
steps:
- name: checkout code
Expand Down

0 comments on commit 7ae4156

Please sign in to comment.