Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Dec 2, 2023
1 parent 08df1ff commit d864bb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
permissions:
contents: read
id-token: write
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +34,7 @@ jobs:
image_url="${region}-docker.pkg.dev/${project_id}/${repository}/${image_name}:${image_tag}"
echo "IMAGE_URL=${image_url}" >> $GITHUB_ENV
# Deploy to GitHub Container Registry
- uses: VaultVulp/gp-docker-action@1.5.0
- uses: VaultVulp/gp-docker-action@1.6.0
with:
build-context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit d864bb6

Please sign in to comment.