Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Nov 27, 2023
1 parent bb6b373 commit 45bd5cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,11 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REPOSITORY }}
images: thomasferrandiz/cni-plugin #TODO_TEST
flavor: latest=false
tags: |
type=ref,event=tag
# type=ref,event=tag #TODO_TEST
type=ref,event=push
- name: Log in to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 45bd5cb

Please sign in to comment.