mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 11:16:55 +00:00
remove GITHUB_PKGS_LOGIN from secrets
This commit is contained in:
parent
cf301af570
commit
0ca618e4a0
2
.github/workflows/dockerimage.yml
vendored
2
.github/workflows/dockerimage.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
run: docker build ssl-bump --tag b4tman/squid:ssl-bump
|
run: docker build ssl-bump --tag b4tman/squid:ssl-bump
|
||||||
- name: GituHub Packages - Docker Login
|
- name: GituHub Packages - Docker Login
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: docker login docker.pkg.github.com -u ${{secrets.GITHUB_PKGS_LOGIN}} -p ${{secrets.GITHUB_PKGS_TOKEN}}
|
run: docker login docker.pkg.github.com -u b4tman -p ${{secrets.GITHUB_PKGS_TOKEN}}
|
||||||
- name: GituHub Packages - Docker Tag
|
- name: GituHub Packages - Docker Tag
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: docker tag b4tman/squid docker.pkg.github.com/${{github.repository}}/squid:$(echo ${{github.ref}} | sed 's/.*\/.*\///')
|
run: docker tag b4tman/squid docker.pkg.github.com/${{github.repository}}/squid:$(echo ${{github.ref}} | sed 's/.*\/.*\///')
|
||||||
|
Loading…
Reference in New Issue
Block a user