Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Aug 14, 2024
1 parent c7e67a9 commit 683dc74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
fail-fast: false
matrix:
include:
- image: henrygd/beszel-test
- image: henrygd/beszel
context: ./beszel
dockerfile: ./dockerfile_Hub
- image: henrygd/beszel-agent-test
dockerfile: ./beszel/dockerfile_Hub
- image: henrygd/beszel-agent
context: ./beszel
dockerfile: ./dockerfile_Agent
dockerfile: ./beszel/dockerfile_Agent
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=raw,value={{sha}},enable=${{ github.ref_type != 'tag' }}
# https://github.com/docker/login-action
Expand Down
File renamed without changes.

0 comments on commit 683dc74

Please sign in to comment.