Skip to content

Commit

Permalink
try to get ci to push the image
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed Dec 12, 2024
1 parent 64312c9 commit 47c05a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/backend-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ name: Backend docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
paths:
- 'backend/**'
- '.github/**'
branches:
- main
- staging
- staging-2
- publish-docker

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/frontend-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ name: Frontend docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
paths:
- 'frontend/**'
- '.github/**'
branches:
- main
- staging
- staging-2
- publish-docker

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
Expand Down

0 comments on commit 47c05a6

Please sign in to comment.