Skip to content

Commit

Permalink
Merge branch 'main'
Browse files Browse the repository at this point in the history
of github.com:clasp-developers/clasp
  • Loading branch information
drmeister committed Sep 19, 2023
2 parents 45dcb60 + add22b4 commit 0670a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
with:
context: docker/clasp/
images: ghcr.io/clasp-developers/clasp
tags: |
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
with:
context: docker/clasp/
push: true
Expand Down

0 comments on commit 0670a4c

Please sign in to comment.