Skip to content

Commit

Permalink
Re-Triggering to test what happens when docker tag exists for cascadi…
Browse files Browse the repository at this point in the history
…ng images
  • Loading branch information
MukuFlash03 committed Oct 4, 2024
1 parent 80c9813 commit b8d217c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
SERVER_IMAGE_TAG=$(echo "$response" | grep "SERVER_IMAGE_TAG=" | cut -d'=' -f2)
echo "SERVER_IMAGE_TAG=$SERVER_IMAGE_TAG" >> "$GITHUB_OUTPUT"
- name: Fetch latest release tags for all repositories
- name: Fetch latest repository release tag
id: fetch-latest-release-tags
run: |
response=$(curl -L -H "Accept: application/vnd.github+json" \
Expand Down Expand Up @@ -83,20 +83,10 @@ jobs:
echo "Latest server image tag (${{ github.event_name }}): ${{ steps.get-server-tag.outputs.SERVER_IMAGE_TAG }}"
fi
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: docker login
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
# - name: Login to DockerHub
# # if: github.event_name != 'pull_request'
# uses: docker/login-action@v3
# with:
# username: ${{ env.DOCKER_USER }}
# password: ${{ env.DOCKER_PASSWORD }}

- name: Get current date # get the date of the build
id: date
run: echo "date=$(date +'%Y-%m-%d--%M-%S')" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit b8d217c

Please sign in to comment.