Skip to content

Commit

Permalink
Update dea-coastlines-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Aug 5, 2024
1 parent 811559c commit 6a0e3ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dea-coastlines-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

# If action is triggered by a release, push image to
# Dockerhub using custom image tag extracted from the release
Expand All @@ -162,6 +164,14 @@ jobs:
git fetch --all --tags
echo "RELEASE=$(git describe --tags)" >> $GITHUB_ENV
- name: Debug RELEASE variable
run: echo "RELEASE=${{ env.RELEASE }}"

- name: Debug
run: |
echo "IMAGE_NAME: ${{ env.IMAGE_NAME }}"
echo "RELEASE: ${{ env.RELEASE }}"
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 6a0e3ea

Please sign in to comment.