Skip to content

Commit

Permalink
Disable earlier building
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 20, 2024
1 parent 922fae8 commit 1ffcf7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/build-push-action@v5
with:
push: false
tags: rebenchdb-app
# - name: Build
# uses: docker/build-push-action@v5
# with:
# push: false
# tags: rebenchdb-app

- name: Checkout ReBench
uses: actions/checkout@v4
Expand Down

0 comments on commit 1ffcf7b

Please sign in to comment.