Skip to content

Commit

Permalink
Stub out the GitHub action test
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Nov 3, 2023
1 parent 931d8b3 commit c9f26ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
labels: |
${{ env.IMAGE_NAME }}:latest
# Check that imap-backup runs
- name: Test Image
run: podman run ${{ env.IMAGE_NAME }}:latest imap-backup help

- name: Publish Image
# https://github.com/marketplace/actions/push-to-registry
id: push-to-registry
Expand Down

0 comments on commit c9f26ec

Please sign in to comment.