Skip to content

Commit

Permalink
For testing purposes only: Run on dev branch and do not push library …
Browse files Browse the repository at this point in the history
…image
  • Loading branch information
ll-nick committed Nov 7, 2024
1 parent 11dd64b commit f1613f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- github_actions # todo: remove before merging

jobs:
build-and-push-image:
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
push: true
push: false # Todo: Remove before merging
tags: |
ghcr.io/kit-mrt/arbitration_graphs:latest
ghcr.io/kit-mrt/arbitration_graphs:${{ env.VERSION }}
Expand Down

0 comments on commit f1613f5

Please sign in to comment.