Skip to content

Commit

Permalink
Merge pull request #316 from lnls-sirius/fix-workflow
Browse files Browse the repository at this point in the history
MNT: fix publish workflow
  • Loading branch information
anacso17 authored Aug 27, 2024
2 parents 9f388a4 + a6dbe99 commit f5e1f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: echo "RELEASE_TAG=${GITHUB_REF_NAME#v}" > .env

- name: Build Docker Compose 🏗️
run: docker-compose build
run: docker compose build

- name: Push Docker Compose 🪖
run: docker-compose push
run: docker compose push

0 comments on commit f5e1f63

Please sign in to comment.