Skip to content

Commit

Permalink
fix release action (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegebbett authored Apr 1, 2024
1 parent 9457c9b commit 96b49de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
packages: write

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -28,7 +31,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push frontend Docker image
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 96b49de

Please sign in to comment.