Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Dec 17, 2024
1 parent 3d371c6 commit 44ba829
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@5138f76647652447004da686b2411557eaf65f33
uses: docker/setup-buildx-action@v3.8.0

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -41,7 +41,7 @@ jobs:
${{ runner.os }}-cargo-cache
- name: inject cargo caches into docker
uses: reproducible-containers/buildkit-cache-dance@5b6db76d1da5c8b307d5d2e0706d266521b710de # v3.1.2
uses: reproducible-containers/[email protected]
with:
cache-map: |
{
Expand All @@ -52,12 +52,12 @@ jobs:

- name: Extract Docker metadata for firefly-cardanoconnect
id: firefly-cardanoconnect-meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v5.6.1
with:
images: blockfrost/firefly-cardanoconnect
- name: Build and push Docker image for firefly-cardanoconnect
id: firefly-cardanoconnect-push
uses: docker/build-push-action@6.10.0
uses: docker/build-push-action@v6.10.0
with:
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -70,12 +70,12 @@ jobs:

- name: Extract Docker metadata for firefly-cardanosigner
id: firefly-cardanosigner-meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v5.6.1
with:
images: blockfrost/firefly-cardanosigner
- name: Build and push Docker image for firefly-cardanosigner
id: firefly-cardanosigner-push
uses: docker/build-push-action@6.10.0
uses: docker/build-push-action@v6.10.0
with:
registry: ghcr.io
cache-from: type=gha
Expand Down

0 comments on commit 44ba829

Please sign in to comment.