Skip to content

Commit

Permalink
OPS: Factor out and fix docker repository in docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Mar 26, 2024
1 parent 24bd1ff commit 8cbac60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
DOCKERFILE_PATH: share/docker/openfast_ubuntu/Dockerfile
DOCKERFILE_PERMALINK: https://raw.githubusercontent.com/octue/openfast/update-dockerfiles/share/docker/openfast_ubuntu/Dockerfile
DOCKER_HUB_REPOSITORY: octue/openfast
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
context: .
file: ${{ env.DOCKERFILE_PATH }}
platforms: linux/amd64
tags: nrel/openfast:${{ github.event.inputs.tag }}
tags: ${{ env.DOCKER_HUB_REPOSITORY }}:${{ github.event.inputs.tag }}
push: true
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 8cbac60

Please sign in to comment.