Skip to content

Commit

Permalink
use containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Staubli committed Mar 1, 2024
1 parent 35ed371 commit 814d7ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .env

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
file: {context}/Containerfile
build-args: AIRFLOW_VERSION=${{ env.AIRFLOW_VERSION }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}-${{ env.AIRFLOW_VERSION }}
Expand Down

0 comments on commit 814d7ae

Please sign in to comment.