Update APNS topic to new artemis-ios bundle id and update docker tag … #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Push Docker | |
on: | |
pull_request: | |
branches: [main] | |
push: | |
branches: [main] | |
jobs: | |
build-and-push-docker-image: | |
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main |