Skip to content

Commit b30fd4b

Browse files
committed
Remove unused env variables
1 parent fce5cdc commit b30fd4b

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,6 @@ on:
1818
permissions:
1919
contents: read # to fetch code (actions/checkout)
2020

21-
22-
env:
23-
# Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
24-
# For a new commit on default branch (main), use the literal tag 'latest' on Docker image.
25-
# For a new commit on other branches, use the branch name as the tag for Docker image.
26-
# For a new tag, copy that tag name as the tag for Docker image.
27-
IMAGE_TAGS: |
28-
type=raw,value=latest,enable=${{ github.ref_name == github.event.repository.default_branch }}
29-
type=ref,event=branch,enable=${{ github.ref_name != github.event.repository.default_branch }}
30-
type=ref,event=tag
31-
# Define default tag "flavor" for docker/metadata-action per
32-
# https://github.com/docker/metadata-action#flavor-input
33-
# We manage the 'latest' tag ourselves to the 'main' branch (see settings above)
34-
TAGS_FLAVOR: |
35-
latest=false
36-
3721
jobs:
3822
#############################################################
3923
# Build/Push the 'dspace/dspace-angular' image

0 commit comments

Comments
 (0)