mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-05-04 03:29:54 +02:00
Update code
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
1b6468c894
commit
6c4ab503eb
8 changed files with 38 additions and 46 deletions
13
.github/workflows/example.yml
vendored
13
.github/workflows/example.yml
vendored
|
@ -9,8 +9,8 @@ env:
|
|||
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
name: Build and push image to Quay.io
|
||||
login:
|
||||
name: Login to container image registry
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
||||
|
@ -25,12 +25,3 @@ jobs:
|
|||
password: ${{ env.REGISTRY_PASSWORD }}
|
||||
registry: ${{ env.IMAGE_REGISTRY }}
|
||||
logout: true
|
||||
|
||||
# - name: Verify
|
||||
# shell: bash
|
||||
# run: |
|
||||
# pwd
|
||||
# ls $HOME
|
||||
# cd $HOME
|
||||
# tree work
|
||||
# cat ${XDG_RUNTIME_DIR}/containers/auth.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue