Skip to content

Commit

Permalink
Export digests to correct directory
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed May 20, 2024
1 parent 7247fbc commit 48f3b37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ftl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: |
mkdir -p /tmp/digests/
digest_docker="${{ steps.build_docker.outputs.digest }}"
touch "/tmp/digests/dockerhub/${digest_docker#sha256:}"
touch "/tmp/digests/${digest_docker#sha256:}"
-
name: Upload digest
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -135,7 +135,6 @@ jobs:
path: /tmp/digests
pattern: digests-*
merge-multiple: true

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -147,7 +146,6 @@ jobs:
docker_password: ${{ secrets.DOCKERHUB_PASS }}
ghcr_username: ${{ github.repository_owner }}
ghcr_password: ${{ secrets.GITHUB_TOKEN }}

-
name: Docker meta
id: meta_docker
Expand Down Expand Up @@ -181,4 +179,3 @@ jobs:
run: |
docker buildx imagetools inspect ${{ env.DOCKER_REGISTRY_IMAGE }}:${{ steps.meta_docker.outputs.version }}
docker buildx imagetools inspect ${{ env.GITHUB_REGISTRY_IMAGE }}:${{ steps.meta_docker.outputs.version }}

0 comments on commit 48f3b37

Please sign in to comment.