Skip to content

Commit

Permalink
Update autoware_prebuilt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus authored May 22, 2024
1 parent 433a40a commit 9db744a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/autoware_prebuilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: bounverif/autoware-prebuilt
VERSION: latest

jobs:
build-and-push-image:
Expand All @@ -21,6 +20,9 @@ jobs:
packages: write

steps:
- name: Set release version
run: |
echo "AUTOWARE_VERSION=$(date +%+4Y%m%d)" >> ${GITHUB_ENV}
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
Expand All @@ -36,8 +38,6 @@ jobs:
with:
context: containers/autoware-prebuilt
build-args: |
--no-cache
VERSION=${{ env.VERSION }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
AUTOWARE_VERSION=${{ env.AUTOWARE_VERSION }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
push: true

0 comments on commit 9db744a

Please sign in to comment.