Skip to content

Commit

Permalink
use args
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 15, 2022
1 parent b57731b commit bd6e438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
runs-on: ubuntu-latest
env:
name: jburel/omero-web-standalone
nameParent: jburel/omero-web:latest
steps:
- name: Get other tags
id: gettags
Expand All @@ -60,6 +61,6 @@ jobs:
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: "{{defaultContext}}:standalone"
build-args: "PARENT_IMAGE=${{ env.nameParent }}"
tags: ${{ join(fromJson(steps.gettags.outputs.tags)) }}
push: true

0 comments on commit bd6e438

Please sign in to comment.