Skip to content

don't clobber the cached release info when overwriting the key #25

don't clobber the cached release info when overwriting the key

don't clobber the cached release info when overwriting the key #25

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Build the Docker image
run: docker build . --file Dockerfile --tag xlws:$(date +%s)