Skip to content

Commit

Permalink
Revert temporary workflow trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Jul 25, 2024
1 parent 4cafe1e commit 4e8bab9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/diagnostics-image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ name: Diagnostics Image Release
on:
workflow_dispatch:
push:
tags:
- '@powersync/diagnostics-app*'

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release-docker-image:
name: Build and Release diagnostics-app Docker Image
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -40,7 +43,7 @@ jobs:
push: true
file: ./tools/diagnostics-app/Dockerfile

# # Updates the README section on the DockerHub page
# Updates the README section on the DockerHub page
- name: Update repo description
# Note that this 3rd party extention is recommended in the DockerHub docs:
# https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/
Expand Down

0 comments on commit 4e8bab9

Please sign in to comment.