Skip to content

Commit

Permalink
fix: try again with token
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed Jul 22, 2021
1 parent aca466e commit 3970b68
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 125 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/project-management-workflow.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/pull-request-closed.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/pull-request-opened.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/pull-request-update.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/tagged-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
file: ./build/Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: aamdigital/ndb-server:${{ env.TAG }}
cache-from: type=registry,ref=aamdigital/ndb-server:cache
cache-to: type=registry,ref=aamdigital/ndb-server:cache,mode=max
tags: aamdigital/ndb-testing:${{ env.TAG }}
cache-from: type=registry,ref=aamdigital/ndb-testing:cache
cache-to: type=registry,ref=aamdigital/ndb-testing:cache,mode=max

0 comments on commit 3970b68

Please sign in to comment.