Skip to content

[run-ex] Fixed wrong constant value of k0y. This should anyway be upd… #97

[run-ex] Fixed wrong constant value of k0y. This should anyway be upd…

[run-ex] Fixed wrong constant value of k0y. This should anyway be upd… #97

Workflow file for this run

name: docker
on:
push:
branches:
- 'master'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
with:
push: true
tags: opendrift/opendrift:latest