Skip to content

Commit

Permalink
fix: add missing build-arg flag (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumbscrew authored Oct 15, 2023
1 parent 4a7379d commit 5bdbdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
REPOSITORY: ${{ secrets.ECR_REPO }}
IMAGE_TAG: ${{ github.ref_name }}
run: |
docker build -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG .
docker build -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG --build-arg NEXTCLOUD_TAG=$IMAGE_TAG-apache .
docker push $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG

0 comments on commit 5bdbdf7

Please sign in to comment.