Skip to content

Commit

Permalink
Create pkgtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Glass authored Sep 13, 2024
1 parent 65072a9 commit 6831c5a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pkgtest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: packaging-test

on:
workflow_dispatch:

jobs:
get-imaage:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Log in to the Container registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.steve-glass }}
password: ${{ secrets.PKG }}

- name: Pull Image from ghcr.io
run: docker pull ghcr.io/jkutner/buildpacks/jkutner_minecraft:0.2.3

0 comments on commit 6831c5a

Please sign in to comment.