Skip to content

Improve publish performance #23

Improve publish performance

Improve publish performance #23

Workflow file for this run

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)