diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml deleted file mode 100644 index 92792bb..0000000 --- a/.github/workflows/linux.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Linux - -on: - push: - branches: [ main, release/*, feature/* ] - pull_request: - branches: [ main, release/* ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag nats-swift:$(date +%s)