Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
ci: Use master as refs are requried
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 19, 2021
1 parent 2f4343a commit 0244e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
uses: actions/checkout@v2

- name: Log in to the Container registry
uses: docker/login-action
uses: docker/login-action@master
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action
uses: docker/metadata-action@master
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action
uses: docker/build-push-action@master
with:
context: packages/kitten-game
push: true
Expand Down

0 comments on commit 0244e12

Please sign in to comment.