Skip to content

Commit

Permalink
remove wis2box-build-test from main
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jan 14, 2025
1 parent 87c57d6 commit bc799fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_and_publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4

- name: Read version from wis2box.version
id: read-version
run: |
VERSION=$(cat wis2box.version)
echo "version=$VERSION" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Expand Down Expand Up @@ -66,7 +60,6 @@ jobs:
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
type=raw,value=${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/') }}
type=raw,value=${{ env.version }},enable=true
- name: Build and push
uses: docker/[email protected]
Expand Down
1 change: 0 additions & 1 deletion wis2box.version

This file was deleted.

0 comments on commit bc799fd

Please sign in to comment.