Skip to content

Commit

Permalink
build: test docker multi-release build
Browse files Browse the repository at this point in the history
  • Loading branch information
markwoon committed Apr 16, 2024
1 parent d357f60 commit 93c65fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Upload Docker image to Docker Hub

on:
release:
types: [published]
push:
branches:
- 'test-build'

jobs:
release:
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: pgkb/pharmcat:latest,pgkb/pharmcat:${{steps.appVersion.outputs.substring}}
tags: pgkb/pharmcat:test


- name: Send Slack notification on failure
Expand Down

0 comments on commit 93c65fd

Please sign in to comment.