Skip to content

Commit

Permalink
fix: pipeline fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrkhr committed Nov 11, 2024
1 parent 873eef8 commit 1267739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ steps.get_tag_name.outputs.VERSION }}
# with:
# ref: ${{ steps.get_tag_name.outputs.VERSION }}

- name: Log in to the Container registry
uses: docker/login-action@v1
Expand All @@ -29,6 +29,6 @@ jobs:
with:
context: .
#"{{defaultContext}}"
file: "docker/Docekrfile"
file: "./docker/Docekrfile"
push: true
tags: ghcr.io/matsuolab/virtual_desktop:latest,ghcr.io/matsuolab/virtual_desktop:${{ github.ref_name }}

0 comments on commit 1267739

Please sign in to comment.