1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-22 19:26:54 +00:00

remove GITHUB_PKGS_LOGIN from secrets

This commit is contained in:
Dmitry Belyaev 2020-02-02 18:09:50 +03:00
parent cf301af570
commit 0ca618e4a0
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -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/.*\/.*\///')