Skip to content

Commit

Permalink
Update security.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Mar 23, 2021
1 parent ca011f4 commit 4b8cff6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
uses: actions/[email protected]
-
name: Set env
id: vars
id: vars
run: echo ::set-output name=RELEASE_VERSION::$(git describe --tags $(git rev-list --tags --max-count=1))
-
name: Docker login
env:
USER: hazcod
REGISTRY: docker.pkg.github.com
run: echo "${{ secrets.PACKAGE_TOKEN }}" | docker login -u "${USER}" --password-stdin "${REGISTRY}"
name: Docker login
env:
USER: hazcod
REGISTRY: docker.pkg.github.com
run: echo "${{ secrets.PACKAGE_TOKEN }}" | docker login -u "${USER}" --password-stdin "${REGISTRY}"
-
name: Docker pull
run: docker pull "docker.pkg.github.com/ironpeakservices/iron-alpine:${{ steps.vars.outputs.RELEASE_VERSION }}"
Expand Down

0 comments on commit 4b8cff6

Please sign in to comment.