Skip to content

Commit

Permalink
fix: docker name should be repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Aug 19, 2024
1 parent 17e3134 commit fd14bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
platforms: linux/amd64
# Note: tags has to be all lower-case
tags: |
ghcr.io/${{ github.repository_owner }}/libbpf-template:latest
ghcr.io/${{ github.repository }}
push: true

- name: Image digest
Expand Down

0 comments on commit fd14bb1

Please sign in to comment.