Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
test remove image
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Nov 2, 2023
1 parent 4f3aa5a commit 1ab8ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Delete Image
run: |
name=${{ secrets.DOCKERHUB_USERNAME }}
token=${{ secrets.secrets.DOCKERHUB_TOKEN }}
token=${{ secrets.DOCKERHUB_TOKEN }}
curl -u $name:$token -X "DELETE" https://hub.docker.com/v2/repositories/perconalab/everest/tags/v555.555.555/

0 comments on commit 1ab8ce3

Please sign in to comment.