Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Feb 11, 2024
1 parent 49f25b4 commit 5208f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
platforms: linux/amd64
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/nvd-rs:latest
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/nvd-rs:latest
cache-to: type=inline
- name: Build and push helper
uses: docker/build-push-action@v5
with:
Expand All @@ -44,8 +44,8 @@ jobs:
platforms: linux/amd64
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/nvd-helper-rs:latest
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/nvd-helper-rs:latest
cache-to: type=inline
deploy:
if: inputs.deploy_to_fly
uses: ./.github/workflows/fly.yml
Expand Down

0 comments on commit 5208f5a

Please sign in to comment.