Skip to content

Commit

Permalink
fix: pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrkhr committed Nov 11, 2024
1 parent f160f63 commit 873eef8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Docker

on:
push:
branches:
- 'master'
tags:
- 'v*'

Expand All @@ -29,7 +27,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
#context: "{{defaultContext}}"
context: .
#"{{defaultContext}}"
file: "docker/Docekrfile"
push: true
tags: ghcr.io/matsuolab/virtual_desktop:latest,ghcr.io/matsuolab/virtual_desktop:${{ github.ref_name }}

0 comments on commit 873eef8

Please sign in to comment.