Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorsten committed Jan 21, 2024
1 parent e2fa904 commit a2a0bd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=raw,value=latest
type=raw,value=dev
type=sha
- name: Set up QEMU
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Docker CI
on:
push:
branches: [ main ]
tags:
- 'v*'
jobs:
build:

Expand Down Expand Up @@ -35,7 +33,7 @@ jobs:
password: ${{ secrets.DOCKER_PSW }}

- name: Build and Push Image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6 - 2024-01-20

- Fix workflows

## 0.1.5 - 2024-01-20

- Allow full release flow to work
Expand Down

0 comments on commit a2a0bd4

Please sign in to comment.